This commit is contained in:
msgroup 2021-06-23 10:38:16 +08:00
parent a446aabc32
commit bdb5dd5199
1 changed files with 13 additions and 17 deletions

View File

@ -42,7 +42,6 @@ a:link,a:visited,a:active{text-decoration: none; color:#409EFF;}
} }
.ms-container { .ms-container {
margin: 10px;
height: 100%; height: 100%;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
@ -53,7 +52,7 @@ a:link,a:visited,a:active{text-decoration: none; color:#409EFF;}
.ms-header { .ms-header {
padding: 10px; padding: 10px;
margin: 0; margin: 0;
border-bottom: 1px solid #ddd; border-bottom: 1px solid #ebeef5;
background: #fff; background: #fff;
height: 50px height: 50px
} }
@ -74,21 +73,17 @@ a:link,a:visited,a:active{text-decoration: none; color:#409EFF;}
.el-button+.el-button { .el-button+.el-button {
margin-left: 0 margin-left: 0
} }
.ms-form-tip { .ms-form-tip,.ms-form-tip-err {
color: #909399; color: #909399;
font-size: 12px; font-size: 12px;
line-height: 18px; line-height: 18px;
padding: 4px 0; padding: 4px 0;
} }
.ms-form-tip b{ .ms-form-tip-err{
color: #e6a23c; color:#f56c6c
} }
.ms-form-tip a:hover{ .ms-alert-tip{
text-decoration: underline !important; margin-bottom: 10px;
}
.ms-form-tip i{
background-color: #f0f9eb;
color: #67c23a;
} }
.ms-select{ .ms-select{
display: block; display: block;
@ -98,8 +93,9 @@ a:link,a:visited,a:active{text-decoration: none; color:#409EFF;}
width: 100% !important; width: 100% !important;
} }
.ms-search{ .ms-search{
padding: 20px 0 0;
background: #fff; background: #fff;
padding: 10px 14px 0 14px;
border-bottom: 1px dashed #ebeef5;
} }
.ms-search .ms-search-footer{ .ms-search .ms-search-footer{
line-height: 60px; line-height: 60px;
@ -120,7 +116,7 @@ a:link,a:visited,a:active{text-decoration: none; color:#409EFF;}
line-height: 1px!important; line-height: 1px!important;
} }
#form .ms-container{ #form .ms-container{
height:calc(100vh - 74px); height:calc(100vh - 38px);
} }
[v-cloak]{ [v-cloak]{
@ -136,13 +132,13 @@ a:link,a:visited,a:active{text-decoration: none; color:#409EFF;}
background-color: rgba(144,147,153,.5); background-color: rgba(144,147,153,.5);
} }
/*饿了么滚动样式*/ /*饿了么滚动样式*/
.ms-scrollbar .el-scrollbar__wrap{ .el-scrollbar__wrap{
overflow-x: hidden; overflow-x: hidden!important;
} }
.ms-scrollbar .el-scrollbar__bar.is-vertical{ .ms-scrollbar .el-scrollbar__bar.is-vertical{
width: 6px !important; width: 6px !important;
} }
.ms-scrollbar .el-scrollbar__view{ .ms-scrollbar .el-scrollbar__view{
padding-right: 17px; padding-right: 17px;
} }
/**后台管理界面的el-menu通用样式**/ /**后台管理界面的el-menu通用样式**/