Browse Source

css样式美化

main
pixel 4 years ago
parent
commit
b008b7ba38
  1. 19
      web/src/style/main.scss

19
web/src/style/main.scss

@ -668,7 +668,6 @@ li {
padding: 20px 0!important; padding: 20px 0!important;
} }
.el-row { .el-row {
padding: 10px 0; padding: 10px 0;
.el-col>label { .el-col>label {
@ -850,14 +849,11 @@ li {
} }
// 导航***** // 导航*****
// add 5.13 // add 5.13
.el-container { .el-container {
.admin-box { .admin-box {
padding: 24px 24px 40px 24px; padding: 24px 24px 40px 24px;
margin: 115px 24px;
margin: 115px 24px 24px 24px;
border-radius: 2px; border-radius: 2px;
.button-box { .button-box {
border: none; border: none;
@ -872,14 +868,12 @@ li {
border-left: 1px solid #e8e8e8; border-left: 1px solid #e8e8e8;
} }
} }
.el-table { .el-table {
th { th {
padding: 5px 0; padding: 5px 0;
.cell { .cell {
min-height: 34px; min-height: 34px;
line-height: 34px; line-height: 34px;
} }
} }
td { td {
@ -890,7 +884,6 @@ li {
border-bottom: 1px solid #e8e8e8; border-bottom: 1px solid #e8e8e8;
} }
} }
.el-table__body-wrapper { .el-table__body-wrapper {
tr { tr {
td { td {
@ -901,7 +894,6 @@ li {
overflow: hidden; overflow: hidden;
} }
} }
} }
.el-cascader { .el-cascader {
line-height: 34px; line-height: 34px;
@ -914,7 +906,6 @@ li {
padding: 5px 0; padding: 5px 0;
.cell { .cell {
height: auto; height: auto;
} }
} }
} }
@ -931,7 +922,8 @@ li {
.el-pagination { .el-pagination {
padding: 20px 0 0 0; padding: 20px 0 0 0;
} }
.upload-demo, .upload{
.upload-demo,
.upload {
padding: 0; padding: 0;
} }
.system { .system {
@ -960,8 +952,10 @@ li {
color: #606266; color: #606266;
} }
} }
.el-container.layout-cont { .el-container.layout-cont {
.header-cont,.breadcrumb{
.header-cont,
.breadcrumb {
height: 40px !important; height: 40px !important;
line-height: 40px !important; line-height: 40px !important;
} }
@ -992,7 +986,6 @@ li {
} }
} }
} }
} }
.el-table__row { .el-table__row {

Loading…
Cancel
Save