diff --git a/ui/src/components/card-add/index.vue b/ui/src/components/card-add/index.vue
index 2edea748d..bdc5b41f7 100644
--- a/ui/src/components/card-add/index.vue
+++ b/ui/src/components/card-add/index.vue
@@ -24,7 +24,7 @@ defineProps({
font-size: 16px;
cursor: pointer;
min-height: var(--card-min-height);
- border: 1px dashed var(--el-color-primary);
+ border: 1px dashed var(--el-border-color);
background: #eff0f1;
border-radius: 8px;
@@ -38,6 +38,7 @@ defineProps({
&:hover {
color: var(--el-color-primary);
background: #ffffff;
+ border: 1px dashed var(--el-color-primary);
.add-icon {
background: #ffffff;
border-color: var(--el-color-primary);
diff --git a/ui/src/layout/components/top-bar/avatar/ResetPasssword.vue b/ui/src/layout/components/top-bar/avatar/ResetPasssword.vue
index 297f6ebe9..eedb9e29e 100644
--- a/ui/src/layout/components/top-bar/avatar/ResetPasssword.vue
+++ b/ui/src/layout/components/top-bar/avatar/ResetPasssword.vue
@@ -6,7 +6,7 @@
:model="resetPasswordForm"
:rules="rules"
>
-
新密码
+ 新密码
-
+
{{ shareUrl }}
@@ -56,7 +56,7 @@
API访问凭据
-
+
{{ apiUrl }}
@@ -157,7 +157,7 @@ onMounted(() => {
top: 21px;
}
.url-height {
- min-height: 50px;
+ // min-height: 50px;
}
}
diff --git a/ui/src/views/dataset/step/StepSecond.vue b/ui/src/views/dataset/step/StepSecond.vue
index aba30c5fc..0aa3bf9b0 100644
--- a/ui/src/views/dataset/step/StepSecond.vue
+++ b/ui/src/views/dataset/step/StepSecond.vue
@@ -210,9 +210,7 @@ defineExpose({
}
&__form {
- .el-select {
- width: 100%;
- }
+
.title {
font-size: 14px;
diff --git a/ui/src/views/log/index.vue b/ui/src/views/log/index.vue
index 5f3277cc8..2578aa6d9 100644
--- a/ui/src/views/log/index.vue
+++ b/ui/src/views/log/index.vue
@@ -2,7 +2,7 @@
-
+
{{ row.star_num }}
-
+
{{ row.trample_num }}
diff --git a/ui/src/views/paragraph/component/ParagraphDialog.vue b/ui/src/views/paragraph/component/ParagraphDialog.vue
index 493e54076..75a990fca 100644
--- a/ui/src/views/paragraph/component/ParagraphDialog.vue
+++ b/ui/src/views/paragraph/component/ParagraphDialog.vue
@@ -9,7 +9,7 @@
-
+
分段内容
@@ -144,12 +144,10 @@ defineExpose({ open })
border-top: 1px solid var(--el-border-color);
}
.el-dialog__footer {
- padding-top: 16px;
+ padding: 16px 24px;
border-top: 1px solid var(--el-border-color);
}
- .el-dialog__headerbtn {
- top: 6px;
- }
+
.title {
color: var(--app-text-color);
}
diff --git a/ui/src/views/paragraph/component/ProblemComponent.vue b/ui/src/views/paragraph/component/ProblemComponent.vue
index efb644d21..71be458c4 100644
--- a/ui/src/views/paragraph/component/ProblemComponent.vue
+++ b/ui/src/views/paragraph/component/ProblemComponent.vue
@@ -9,7 +9,7 @@