diff --git a/src/assets/styles/yxk-admin.scss b/src/assets/styles/yxk-admin.scss index 08fd02a..f77dc7f 100644 --- a/src/assets/styles/yxk-admin.scss +++ b/src/assets/styles/yxk-admin.scss @@ -595,13 +595,16 @@ .vue-treeselect__control, .vue-treeselect__placeholder, .vue-treeselect__single-value{ - height: 36px; - line-height: 36px; + height: 32px; + line-height: 32px; color: #fff; } .vue-treeselect__control{ border: 1px solid $subMenuActiveText; background-color: transparent; + .vue-treeselect__control-arrow{ + color: $subMenuActiveText; + } } .el-radio{ color: #fff; @@ -628,6 +631,11 @@ .el-select .el-input .el-select__caret{ color: #339cff; } + .vue-treeselect .vue-treeselect__control:focus, + .vue-treeselect .vue-treeselect__control:hover{ + border-color: $subMenuActiveText !important; + } + .vue-treeselect.vue-treeselect--disabled .vue-treeselect__control, .el-input.is-disabled .el-input__inner, .el-textarea.is-disabled .el-textarea__inner{ color: $desPreviewColor !important; @@ -738,6 +746,7 @@ } // 著录界面表单 + .des-form{ .el-form-item__label{ font-weight: normal; @@ -811,7 +820,41 @@ } } } - +.setting-dialog{ + .des-form{ + width: 100% !important; + margin-top: 0 !important; + padding: 20px 38px 0 20px !important; + background-color: transparent !important; + .el-select, + .el-input__inner{ + width: 100% !important; + } + .input-num{ + .el-input{ + margin-right: 10px !important; + } + } + } +} +.preview-dialog{ + .el-dialog{ + width: 680px !important; + .preview-content{ + max-height: calc(100vh - 330px) !important; + overflow: hidden !important; + overflow-y: auto !important; + border: none !important; + .el-textarea__inner{ + border: 1px solid #339cff !important; + background-color: transparent !important; + } + } + .el-dialog__header{ + width: 420px !important; + } + } +} // 去除element ui 中el-input type=“number“的上下箭头 input::-webkit-outer-spin-button, input::-webkit-inner-spin-button { diff --git a/src/views/archivesManage/archivesList/archivesDetail.vue b/src/views/archivesManage/archivesList/archivesDetail.vue index 42c7fa4..0b55fcd 100644 --- a/src/views/archivesManage/archivesList/archivesDetail.vue +++ b/src/views/archivesManage/archivesList/archivesDetail.vue @@ -22,28 +22,11 @@ - +
- - - - - - - - - - - - - - - - - - + - +
@@ -42,7 +42,7 @@
- + @@ -239,23 +239,6 @@ export default { width: 658px; margin-left: 20px; } - .setting-dialog{ - .des-form{ - width: 100%; - margin-top: 0; - padding: 20px 38px 0 20px; - background-color: transparent; - ::v-deep .el-select, - ::v-deep .el-input__inner{ - width: 100%; - } - ::v-deep .input-num{ - .el-input{ - margin-right: 10px; - } - } - } - } .edit-form-dialog{ ::v-deep .el-dialog{ .el-input.is-disabled .el-input__inner{ @@ -266,24 +249,7 @@ export default { } } } - .preview-dialog{ - ::v-deep .el-dialog{ - width: 680px; - .preview-content{ - max-height: calc(100vh - 330px); - overflow: hidden; - overflow-y: auto; - border: none; - .el-textarea__inner{ - border: 1px solid #339cff; - background-color: transparent; - } - } - .el-dialog__header{ - width: 420px; - } - } - } + .drag-tip{ display: block; padding-left: 20px; diff --git a/src/views/category/fieldManage/module/form.vue b/src/views/category/fieldManage/module/form.vue index 7d89d56..0d04d43 100644 --- a/src/views/category/fieldManage/module/form.vue +++ b/src/views/category/fieldManage/module/form.vue @@ -3,73 +3,7 @@
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 显示一整行 - - - - 输入字段 - - - - 必填字段 - - - - 自动生成 - - - - 值不重复 - - - - 自动补零 - - - - - - - - - - +