-
-
- {{ feedbackTitle }}
-
-
-
-
- 历史反馈信息内容更新有延迟,请耐心等待
-
-
+
+
+
+
+
+ 您对
+ 软件中心
+ 的整体满意度如何?
+
+ 历史反馈信息
+
-
+
- 提交反馈
+ 提交
@@ -339,7 +365,14 @@ onUnmounted(() => window.sessionStorage.removeItem(STORAGE_KEY));
-
{{ bottomLinkContent }}
+
{{ bottomLinkContent }}
+
+
+ 登录
+
+ 查看历史反馈信息
+
+
@@ -364,6 +397,7 @@ onUnmounted(() => window.sessionStorage.removeItem(STORAGE_KEY));
align-items: center;
box-shadow: var(--o-shadow-3);
z-index: 1000;
+ border-radius: 4px;
cursor: pointer;
position: fixed;
@@ -380,6 +414,11 @@ onUnmounted(() => window.sessionStorage.removeItem(STORAGE_KEY));
height: 1px;
background-color: transparent;
}
+
+ color: var(--o-color-control3);
+ @include hover {
+ color: var(--o-color-primary1);
+ }
}
.global-feedback {
@@ -393,6 +432,23 @@ onUnmounted(() => window.sessionStorage.removeItem(STORAGE_KEY));
padding-bottom: 0;
color: var(--o-color-info2);
border: none;
+ border-radius: 4px;
+
+ .help-icon {
+ margin-left: 10px;
+ font-size: 20px;
+ cursor: pointer;
+ color: var(--o-color-control3);
+
+ @include hover {
+ color: var(--o-color-primary1);
+ }
+
+ svg {
+ width: 1em;
+ height: 1em;
+ }
+ }
.title {
font-weight: 500;
@@ -400,17 +456,28 @@ onUnmounted(() => window.sessionStorage.removeItem(STORAGE_KEY));
align-items: center;
@include tip1;
- .help-icon {
- width: 16px;
- margin-left: 10px;
+ .title-name {
+ font-weight: 600;
}
}
.close-icon {
position: absolute;
- top: 12px;
+ top: 8px;
right: 12px;
cursor: pointer;
+ transition: all var(--o-duration-m1) var(--o-easing-standard-in);
+ font-size: 20px;
+
+ svg {
+ width: 1em;
+ height: 1em;
+ }
+
+ @include hover {
+ transform: rotate(180deg);
+ color: var(--o-color-primary1);
+ }
}
.bottom-link {
@@ -496,13 +563,14 @@ onUnmounted(() => window.sessionStorage.removeItem(STORAGE_KEY));
flex-shrink: 0;
@include tip1;
- :deep(.o-link-label) {
+ :deep(.o-link-main) {
display: flex;
align-items: center;
gap: 8px;
svg {
- width: 16px;
+ width: 1em;
+ height: 1em;
margin-right: 4px;
}
}
diff --git a/src/components/globalFeedback/ScoreSlider.vue b/src/components/globalFeedback/ScoreSlider.vue
new file mode 100644
index 0000000..587db84
--- /dev/null
+++ b/src/components/globalFeedback/ScoreSlider.vue
@@ -0,0 +1,193 @@
+
+
+
+
+
+
+
+ 0-不满意
+ 10-非常满意
+
+
+
+
+
--
Gitee