diff --git a/src/assets/styles/mixin.scss b/src/assets/styles/mixin.scss index 50629f6..b82c6a9 100644 --- a/src/assets/styles/mixin.scss +++ b/src/assets/styles/mixin.scss @@ -730,6 +730,7 @@ } } + @mixin category-info-item{ [data-theme="dark"] & { margin-bottom: 30px; diff --git a/src/assets/styles/yxk-admin.scss b/src/assets/styles/yxk-admin.scss index 5ab449d..9caac46 100644 --- a/src/assets/styles/yxk-admin.scss +++ b/src/assets/styles/yxk-admin.scss @@ -1034,15 +1034,6 @@ } } .des-form{ - // width: 100% !important; - // margin-top: 0 !important; - // padding: 20px 38px 0 20px !important; - // background-color: transparent !important; - // .el-form-item__content, - // .el-select, - // .el-input__inner{ - // width: 264px; - // } .checkbox-item{ height: 33px; line-height: 33px; @@ -1682,6 +1673,33 @@ input[type ='number'] { @include tree_children_icon_font; } } +// 档案门类-基本信息 +.system-base-info { + @include category-padding; + padding: 20px; + .info-item { + display: flex; + font-size: 14px; + @include category-info-item; + span { + display: block; + width: 80px; + height: 36px; + line-height: 36px; + text-align: right; + @include pagination-font; + } + p { + width: 300px; + padding: 0 10px; + line-height: 36px; + @include category-info-text; + } + } + .info-content p { + height: 120px; + } +} // 归档章设置 .format-style{ @@ -1710,7 +1728,7 @@ input[type ='number'] { margin-top: 5px; .el-switch__core{ width: 28px !important; - height: 16px; + height: 16px !important; &::after{ width: 12px; height: 12px; @@ -1749,7 +1767,7 @@ input[type ='number'] { } } -// 档案门类 +// 档案门类 2 .format-main { display: flex; justify-content: flex-start; @@ -1765,7 +1783,6 @@ input[type ='number'] { flex-grow: 1; } } - .addEdit-category-form{ .setting-dialog{ .el-form{ diff --git a/src/views/system/archivesCategory/baseInfo/index.vue b/src/views/system/archivesCategory/baseInfo/index.vue index df4d7d9..44408cd 100644 --- a/src/views/system/archivesCategory/baseInfo/index.vue +++ b/src/views/system/archivesCategory/baseInfo/index.vue @@ -1,5 +1,5 @@