diff --git a/src/assets/styles/index.scss b/src/assets/styles/index.scss index 78f1085..12d8850 100644 --- a/src/assets/styles/index.scss +++ b/src/assets/styles/index.scss @@ -139,7 +139,7 @@ aside { //main-container全局样式 .app-container { - padding: 20px; + padding: 8px 20px 20px; } .components-container { @@ -253,11 +253,31 @@ aside { .textAlignCenter { text-align: center; } -.pageTopForm .el-form-item--medium .el-form-item__label { - width: 80px; +// form属性下边距 +.el-form-item--small.el-form-item{ + margin-bottom: 8px; +} +// table列表上方 form搜索条件 label +.pageTopForm .el-form-item__label { + width: 68px!important; overflow: hidden; height: 36px; } -.pageTopForm .el-form-item { - margin-left: 10px!important; +// table列表上方 form搜索条件 label后面的选项框 +.pageTopForm .el-form-item__content { + margin-left: 68px!important; +} +// table列表上方 form搜索条件 选项框后设置距离 +.pageTopForm .el-form-item { + margin-left: 0px!important; + margin-right: 10px; +} +// 多选下拉 为选中后 选中图标设置到最前面留空间 +.el-select-dropdown.is-multiple .el-select-dropdown__item { + padding-left: 30px; +} +// 多选下拉 选中后 选中图标设置到最前面 +.el-select-dropdown.is-multiple .el-select-dropdown__item.selected::after { + left: 10px; + right: 0px; } diff --git a/src/components/table/index.vue b/src/components/table/index.vue index 724412b..ba9463b 100644 --- a/src/components/table/index.vue +++ b/src/components/table/index.vue @@ -13,7 +13,7 @@