Ver Fonte

update 优化 字典管理按钮样式

疯狂的狮子Li há 4 meses atrás
pai
commit
7fd45ab2e8
1 ficheiros alterados com 5 adições e 1 exclusões
  1. 5 1
      src/views/system/dict/index.vue

+ 5 - 1
src/views/system/dict/index.vue

@@ -655,7 +655,7 @@ onMounted(() => {
 .dict-actions {
   display: flex;
   flex-wrap: wrap;
-  gap: 8px 10px;
+  gap: 10px;
   margin: 8px 0 12px;
 }
 
@@ -664,6 +664,10 @@ onMounted(() => {
   padding: 0 14px;
 }
 
+.dict-actions :deep(.el-button + .el-button) {
+  margin-left: 0;
+}
+
 .dict-table-wrap {
   overflow-x: auto;
 }