diff --git a/src/assets/styles/mixin.scss b/src/assets/styles/mixin.scss index 8be844e..4ded932 100644 --- a/src/assets/styles/mixin.scss +++ b/src/assets/styles/mixin.scss @@ -574,10 +574,10 @@ } @mixin switch-disabled{ - [data-theme="dark"] &{ - border-color: rgb(64, 158, 255); - background-color: rgb(64, 158, 255); - } + // [data-theme="dark"] &{ + // border-color: rgb(64, 158, 255); + // background-color: rgb(64, 158, 255); + // } [data-theme="light"] & { border-color: #D6DBE7 !important; background-color: #D6DBE7 !important; diff --git a/src/assets/styles/yxk-admin.scss b/src/assets/styles/yxk-admin.scss index 8aadb10..a83638f 100644 --- a/src/assets/styles/yxk-admin.scss +++ b/src/assets/styles/yxk-admin.scss @@ -1503,8 +1503,6 @@ input[type ='number'] { @include switch-disabled; } - - .vue-treeselect--open-below .vue-treeselect__menu{ padding: 6px 0; top: 4px !important; @@ -1602,4 +1600,27 @@ input[type ='number'] { font-size: 16px; @include tree_children_icon_font; } +} + +// 归档章设置 +.format-style{ + display: flex; + justify-content: space-between; + flex-wrap: wrap; + width: 300px; + height: 80px; + border-left: 1px solid #E6E8ED; + border-top: 1px solid #E6E8ED; + span{ + display: block; + width: 100px; + height: 40px; + margin-left: -1px; + margin-top: -1px; + line-height: 40px; + text-align: center; + border: 1px solid #E6E8ED; + border-left: none; + border-top: none; + } } \ No newline at end of file diff --git a/src/views/system/archivesCategory/archiveSealSetting/index.vue b/src/views/system/archivesCategory/archiveSealSetting/index.vue index 117735f..f9fc4d9 100644 --- a/src/views/system/archivesCategory/archiveSealSetting/index.vue +++ b/src/views/system/archivesCategory/archiveSealSetting/index.vue @@ -1,14 +1,63 @@ diff --git a/src/views/system/archivesCategory/archiveSealSetting/module/form.vue b/src/views/system/archivesCategory/archiveSealSetting/module/form.vue new file mode 100644 index 0000000..f66c4f8 --- /dev/null +++ b/src/views/system/archivesCategory/archiveSealSetting/module/form.vue @@ -0,0 +1,154 @@ + + + + + diff --git a/src/views/system/archivesCategory/form.vue b/src/views/system/archivesCategory/form.vue index 3d49bf1..41e5982 100644 --- a/src/views/system/archivesCategory/form.vue +++ b/src/views/system/archivesCategory/form.vue @@ -1,23 +1,45 @@ - diff --git a/src/views/system/archivesCategory/sortDialog.vue b/src/views/system/archivesCategory/sortDialog.vue index 930ff88..41a1722 100644 --- a/src/views/system/archivesCategory/sortDialog.vue +++ b/src/views/system/archivesCategory/sortDialog.vue @@ -1,16 +1,15 @@