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.
 
 
 
 
 

226 lines
3.7 KiB

/* 侧边导航栏 start*/
.el-menu-item, .el-submenu__title {
height: 35px;
line-height: 35px;
position: relative;
-webkit-box-sizing: border-box;
white-space: nowrap;
list-style: none;
}
.el-submenu .el-menu-item {
height: 35px;
line-height: 35px;
padding: 0 45px;
min-width: 200px;
}
.site-sidebar__inner {
width: 256px;
}
.site-sidebar__inner {
width: 260px;
}
/* 侧边导航栏 end*/
/*table start*/
.el-table th {
display: table-cell !important;
background-color: #17b3a3;
color: #fff;
height: 20px;
}
.el-table .cell {
line-height: 14px;
font-size: 12px;
height: 15px;
}
.el-input--medium .el-input__inner {
height: 28px;
line-height: 20px;
}
.el-table--medium td, .el-table--medium th {
padding: 5px 0;
}
/*table end*/
/* 输入框 start*/
.el-input--medium {
font-size: 12px;
}
.el-button--medium {
padding: 5px 11px;
font-size: 12px;
border-radius: 4px;
}
.el-select-dropdown__item {
font-size: 12px;
}
.el-form-item {
margin-bottom: 0px;
}
.el-checkbox__inner {
width: 12px;
height: 11px;
}
/* 输入框 end*/
/* tag start*/
.el-tag--small {
height: 15px;
padding: 0 8px;
line-height: 13px;
}
/* tag end*/
.el-table .caret-wrapper {
height: 20px;
}
/* table排序 start */
.el-table .descending .sort-caret.descending {
border-top-color: #00ff00;
}
.el-table .ascending .sort-caret.ascending {
border-bottom-color: #00ff00;
}
/* table排序 end */
/* input start*/
.el-input__inner {
padding: 0 5px;
}
/* input end*/
/* el-dialog start*/
.el-dialog__body{
padding: 0px 20px;
}
/* el-dialog end*/
/* el-form-item 间距 start*/
.el-form--label-top .el-form-item__label {
float: none;
display: inline-block;
text-align: left;
padding: 0px 0 0px;
}
/* el-form-item 间距 end*/
/* el-form-item 间距 start*/
.el-form--label-top .el-form-item__label {
float: none;
display: inline-block;
text-align: left;
padding: 0px 0 0px;
line-height: 28px;
}
.el-form-item--medium .el-form-item__content, .el-form-item--medium .el-form-item__label {
line-height: 30px;
}
.el-form-item--mini.el-form-item, .el-form-item--small.el-form-item {
margin-bottom: 1px;
}
/* el-form-item 间距 end*/
/* 提示消息 start */
.el-message{
margin-top: 20%;
}
/* end */
/* 布局间距 */
.el-card__body {
padding: 5px;
}
.site-content > .el-tabs > .el-tabs__content {
padding: 0 5px 5px;
}
.site-content--tabs {
padding: 30px 0 0;
}
.site-navbar__brand {
height: 35px;
line-height: 35px;
font-size: 18px;
}
.site-navbar {
height: 35px;
}
.site-sidebar {
top: 35px;
}
.site-navbar__body {
height: 35px;
}
.site-content > .el-tabs > .el-tabs__header {
top: 35px;
}
.site-navbar__menu .el-menu-item, .site-navbar__menu .el-submenu > .el-submenu__title {
height: 35px;
line-height: 35px;
}
.site-content > .el-tabs > .el-tabs__content > .site-tabs__tools {
top: 35px;
height: 40px;
font-size: 16px;
line-height: 40px;
}
/*按钮*/
.el-dialog__footer {
padding: 10px 20px 20px;
text-align: center;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
/*提示消息 按钮 确认在右 取消仔左*/
.el-message-box__btns {
padding: 5px 15px 0;
display: flex;
flex-direction: row-reverse;
gap: 10px;
}
/* 树结构label 字体*/
.el-tree-node__label {
font-size: 12px;
}
/* form-item__label*/
.el-form-item__label {
font-size: 12px;
}
/* checkbox__label */
.el-checkbox__label {
font-size: 12px;
}
/* radio__label */
.el-radio__label {
font-size: 12px;
}
.el-table .cell, .el-table th div, .el-table--border td:first-child .cell, .el-table--border th:first-child .cell {
padding-left: 5px;
}
.el-table .cell, .el-table th div {
padding-right: 4px;
overflow: hidden;
text-overflow: ellipsis;
}