You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
154 lines
2.7 KiB
154 lines
2.7 KiB
html, |
|
body { |
|
min-height: 100vh; |
|
width: 100vw; |
|
background-color: #eee; |
|
margin: 0; |
|
padding: 0; |
|
font-weight: initial !important; |
|
font-size: 14px !important; |
|
color: #333 !important; |
|
overflow: hidden; |
|
} |
|
html *, |
|
body * { |
|
text-decoration: none !important; |
|
font-family: Verdana, Arial, Helvetica, sans-serif; |
|
box-sizing: border-box; |
|
} |
|
.ms-ellipsis { |
|
overflow: hidden; |
|
text-overflow: ellipsis; |
|
white-space: nowrap; |
|
display: block; |
|
} |
|
.ms-align-center { |
|
display: flex; |
|
align-items: center; |
|
} |
|
input::-webkit-input-placeholder, |
|
textarea::-webkit-input-placeholder { |
|
font-weight: initial; |
|
font-size: 12px; |
|
color: #999; |
|
resize: none; |
|
} |
|
a:link,a:visited,a:active{text-decoration: none; color:#409EFF;} |
|
|
|
.ms-index{ |
|
display: flex; |
|
flex-direction: column; |
|
height: 100vh; |
|
} |
|
|
|
.ms-container { |
|
height: 100%; |
|
display: flex; |
|
flex-direction: column; |
|
padding: 14px ; |
|
background: #fff; |
|
} |
|
|
|
.ms-header { |
|
padding: 10px; |
|
margin: 0; |
|
border-bottom: 1px solid #ebeef5; |
|
background: #fff; |
|
height: 50px |
|
} |
|
|
|
.ms-pagination { |
|
padding: 14px 0 0 0; |
|
text-align: right; |
|
} |
|
|
|
.ms-fr { |
|
float: right; |
|
} |
|
|
|
.ms-tr { |
|
text-align: right; |
|
} |
|
|
|
.el-button+.el-button { |
|
margin-left: 0 |
|
} |
|
.ms-form-tip,.ms-form-tip-err { |
|
color: #909399; |
|
font-size: 12px; |
|
line-height: 18px; |
|
padding: 4px 0; |
|
} |
|
.ms-form-tip-err{ |
|
color:#f56c6c |
|
} |
|
.ms-alert-tip{ |
|
margin-bottom: 10px; |
|
} |
|
.ms-select{ |
|
display: block; |
|
} |
|
|
|
.ms-datetimerange{ |
|
width: 100% !important; |
|
} |
|
.ms-search{ |
|
background: #fff; |
|
padding: 10px 14px 0 14px; |
|
border-bottom: 1px dashed #ebeef5; |
|
} |
|
.ms-search .ms-search-footer{ |
|
line-height: 60px; |
|
text-align: center; |
|
} |
|
.ms-table-pagination { |
|
height: calc(100% - 75px); |
|
} |
|
#myPageTop { |
|
width: 252px; |
|
} |
|
#myPageTop input { |
|
width: 242px; |
|
} |
|
.el-button .iconfont{ |
|
font-size: 12px; |
|
margin-right: 5px; |
|
line-height: 1px!important; |
|
} |
|
#form .ms-container{ |
|
height:calc(100vh - 38px); |
|
} |
|
|
|
[v-cloak]{ |
|
display: none; |
|
} |
|
/* 滚动条样式重写*/ |
|
.el-table__body-wrapper::-webkit-scrollbar{ |
|
width:6px; |
|
height: 6px; |
|
} |
|
.el-table__body-wrapper::-webkit-scrollbar-thumb { |
|
border-radius: 10px; |
|
background-color: rgba(144,147,153,.5); |
|
} |
|
/*饿了么滚动样式*/ |
|
.el-scrollbar__wrap{ |
|
overflow-x: hidden!important; |
|
} |
|
.ms-scrollbar .el-scrollbar__bar.is-vertical{ |
|
width: 6px !important; |
|
} |
|
.ms-scrollbar .el-scrollbar__view{ |
|
padding-right: 17px; |
|
} |
|
/**后台管理界面的el-menu通用样式**/ |
|
.ms-index .el-menu { |
|
border-right: none; |
|
background-color: unset; |
|
} |
|
.ms-index .el-menu-item { |
|
white-space: nowrap; |
|
text-overflow: ellipsis; |
|
overflow: hidden; |
|
word-break: break-all; |
|
}
|
|
|