+
{{ dictForm.id ? '修改' : '添加' }}词典
-
-
-
+
+
+
+
+
+
-
+
+
+
+
+
+
+
+
+
+
-
+
@@ -354,8 +393,14 @@ const {
+
+
+
+
+
+
- 返回
+ 关闭
确定
@@ -432,7 +477,10 @@ const {
background: var(--color-second-bg);
color: var(--color-font-1);
padding-left: var(--space);
+ padding-right: var(--space);
+ padding-bottom: var(--space);
box-sizing: border-box;
+ overflow: auto;
.info {
border-radius: 8rem;
@@ -491,9 +539,12 @@ const {
}
.edit {
- padding: 0 var(--space);
+ height: calc(100% - $header-height);
+ padding: var(--space);
+ padding-top: 0;
width: 100%;
box-sizing: border-box;
+ overflow: auto;
}
}
}
diff --git a/src/components/list/DictList.vue b/src/components/list/DictList.vue
index 87acecd1..9873a9b1 100644
--- a/src/components/list/DictList.vue
+++ b/src/components/list/DictList.vue
@@ -32,7 +32,7 @@ const emit = defineEmits<{
class="go" width="20" color="#929596"/>