diff --git a/QMPlusVuePage/src/style/main.scss b/QMPlusVuePage/src/style/main.scss index 90dc559cb8711df2c8b55dbf8bdf865794ad4be5..600524343417b9060d0c958bcbec191f83c01ce0 100644 --- a/QMPlusVuePage/src/style/main.scss +++ b/QMPlusVuePage/src/style/main.scss @@ -529,4 +529,188 @@ ul, ol, li { list-style-type: none; +} + + +// navbar +.el-scrollbar { + .el-scrollbar__view { + .el-menu-vertical{ + background-color: #001529; + } + .el-menu-item:hover i, + .el-menu-item:hover span{ + color:#fff; + } + li{ + background-color: #001529; + + ul{ + .el-menu-item{ + background-color: #000408; + height: 44px; + line-height: 44px; + } + + .is-active{ + background-color:#1890ff; + } + } + } + .el-submenu__title:hover{ + background-color: #001529; + } + .el-submenu__title:hover i, + .el-submenu__title:hover span{ + color:#fff; + } + + .el-menu--inline{ + border-left: 5px solid #2c3b41; + } + } + } + +// layout + .layout-cont{ + .main-cont{ + &.el-main { + background-color: #ecf0f5; + padding: 0; + } + .breadcrumb{ + background-color: #fff; + padding: 0 0 15px 15px; + } + } + } + + .admin-box { + padding: 15px 20px; + .el-button{ + padding: 7px 10px; + } + .el-input__inner{ + height: 30px; + line-height: 30px; + } + .el-input__icon{ + line-height: 30px; + } + } + .button-box{ + background: #fff; + border: 1px solid #ebeef5; + border-bottom: none; + + } + + .search-term{ + background: #fff; + padding: 0 15px; + border-left: 1px solid #ebeef5; + border-right: 1px solid #ebeef5; + } + + + +// table +.has-gutter{ + tr{ + + th{ + background-color: #fafafa; + } + } +} +.el-table--striped{ + .el-table__body{ + tr.el-table__row--striped{ + td{ + background: #fff!important; + } + } + } +} +.el-table th, .el-table tr{ + background-color: #fafafa; +} +.el-pagination{ + .btn-prev, + .btn-next{ + border: 1px solid #ddd; + border-radius: 4px; + } + .el-pager{ + + + li{ + color: #666; + font-size: 12px; + margin: 0 5px; + border: 1px solid #ddd; + border-radius: 4px; + } + } +} + + + +// el-form +.el-form{ + background-color: #fff; + padding: 10px 0; +} +.el-row{ + padding: 10px 0; + .el-col>label{ + + line-height: 30px; + text-align: right; + width: 80%; + padding-right: 15px; + display: inline-block; + + } + + .line{ + line-height: 30px; + text-align: center; + } +} +// edit_container +.edit_container{ + background-color: #fff; + padding: 15px; + .el-button { + margin: 15px 0; + } +} +.edit{ + background-color: #fff; + padding: 15px; + .el-button { + margin: 15px 0; + } +} +// upload-demo +.upload-demo, +.upload{ + background-color: #fff; + padding: 15px; + .el-upload-list__item-status-label{ + right: 0; + left: 120px; + } + .el-upload__tip{ + margin: 10px 0; + } +} + +// system +.system{ + padding: 15px; + .el-input__inner{ + width: 80%; + } } \ No newline at end of file diff --git a/QMPlusVuePage/src/view/example/form/form.vue b/QMPlusVuePage/src/view/example/form/form.vue index d01629d9fa48c8b29e403156556a32461c112741..8c8c0f9e52beb72eec1d6dda37aead8aa1bd442f 100644 --- a/QMPlusVuePage/src/view/example/form/form.vue +++ b/QMPlusVuePage/src/view/example/form/form.vue @@ -1,7 +1,84 @@ @@ -107,4 +184,4 @@ export default { } } } - \ No newline at end of file + diff --git a/QMPlusVuePage/src/view/example/rte/rte.vue b/QMPlusVuePage/src/view/example/rte/rte.vue index 88c5c7bfea656a844e8739ca110dc243e5bcb924..85d101b29b6fe5b46ba768fee836a2baa86499ff 100644 --- a/QMPlusVuePage/src/view/example/rte/rte.vue +++ b/QMPlusVuePage/src/view/example/rte/rte.vue @@ -11,7 +11,7 @@ > 保存 -
+
发表
@@ -47,7 +47,3 @@ export default { } } - - \ No newline at end of file diff --git a/QMPlusVuePage/src/view/example/upload/upload.vue b/QMPlusVuePage/src/view/example/upload/upload.vue index dca941c793177c6bbf3733dfce49596556944e29..785e24775d9c94cdac5b2f3fe9c6d64750e29553 100644 --- a/QMPlusVuePage/src/view/example/upload/upload.vue +++ b/QMPlusVuePage/src/view/example/upload/upload.vue @@ -1,5 +1,6 @@ diff --git a/QMPlusVuePage/src/view/layout/aside/index.vue b/QMPlusVuePage/src/view/layout/aside/index.vue index 86b92f10fa3e24b6e682260a5c29cde1db7732df..a63a1c0a3c4ecf212ada1270b677f9dc1cf36416 100644 --- a/QMPlusVuePage/src/view/layout/aside/index.vue +++ b/QMPlusVuePage/src/view/layout/aside/index.vue @@ -8,7 +8,6 @@ :default-active="active" @select="selectMenuItem" active-text-color="#fff" - background-color="#0F3D5F" text-color="rgb(191, 203, 217)" unique-opened > diff --git a/QMPlusVuePage/src/view/layout/index.vue b/QMPlusVuePage/src/view/layout/index.vue index 913810888b9a9b12bab2a98faf65e9d8585352ba..f3c786123090ba7809041455a872452cee25943d 100644 --- a/QMPlusVuePage/src/view/layout/index.vue +++ b/QMPlusVuePage/src/view/layout/index.vue @@ -122,14 +122,14 @@ $mainHight: 100vh; .main-cont { .breadcrumb { line-height: 24px; - padding: 6px; - border-bottom: 1px solid #eee; + // padding: 6px; + // border-bottom: 1px solid #eee; margin-bottom: 6px; } &.el-main { overflow: auto; - padding: 0px 10px; - background: #fff; + // padding: 0px 10px; + // background: #fff; } height: $mainHight !important; overflow: visible; diff --git a/QMPlusVuePage/src/view/superAdmin/authority/authority.vue b/QMPlusVuePage/src/view/superAdmin/authority/authority.vue index a778da02f489d981d89437a089018bd8c08ddafe..03deca2fa15d223978661193b7b2895fbc229714 100644 --- a/QMPlusVuePage/src/view/superAdmin/authority/authority.vue +++ b/QMPlusVuePage/src/view/superAdmin/authority/authority.vue @@ -11,9 +11,10 @@ stripe :tree-props="{children: 'children', hasChildren: 'hasChildren'}"> + - +