Browse Source

修改字典样式默认值

Hwf 1 năm trước cách đây
mục cha
commit
7b2657efd2
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/system/dict/data.vue

+ 1 - 1
src/views/system/dict/data.vue

@@ -163,7 +163,7 @@ const initFormData: DictDataForm = {
   dictLabel: '',
   dictValue: '',
   cssClass: '',
-  listClass: 'primary',
+  listClass: 'default',
   dictSort: 0,
   remark: ''
 };