.el-table--small td, .el-table--small th {
|
padding: 0!important;
|
}
|
.el-table td, .el-table th.is-leaf,.el-table--border, .el-table--group{
|
//border: 1px solid #bfbfbf;
|
}
|
.el-table--border, .el-table--group{
|
border: 1px solid #bfbfbf;
|
}
|
.el-table td, .el-table th.is-leaf{
|
border-bottom: 1px solid #bfbfbf;
|
}
|
.el-table--border td, .el-table--border th, .el-table__body-wrapper .el-table--border.is-scrolling-left~.el-table__fixed{
|
border-right: 1px solid #bfbfbf;
|
}
|
.el-input__inner,.vue-treeselect__control,.el-textarea__inner{
|
border: 1px solid #bfbfbf;
|
}
|
.el-table th{
|
/*background-image: linear-gradient(to bottom, rgba(227,225,228,1), rgba(223,223,223,0.1)) !important;
|
line-height: 28px;*/
|
background-image:url("../assets/lawImg/table-th-bj.png");
|
background-size:auto 100%;
|
background-repeat: repeat-x;
|
min-height: 40px;
|
vertical-align: middle!important;
|
}
|
.el-table th>.cell{
|
//line-height: 28px;
|
color: #fff;
|
height: 100%;
|
}
|
|
.el-dialog{
|
box-shadow: 0 0 20px rgba(0,0,0,0.5);
|
background-color: #f5f5f5;
|
border: 3px solid #0466d1;
|
border-radius: 20px;
|
margin-top: 8vh!important;
|
}
|
.el-dialog__body{
|
padding: 30px;
|
/*border-top: 3px solid #0466d1;*/
|
/*border-left: 3px solid #0466d1;*/
|
/*border-right: 3px solid #0466d1;*/
|
}
|
.el-dialog__header{
|
/*background-image: linear-gradient(to bottom, #278fff, #5ca1ec,#278fff) !important;*/
|
border: 1px solid #888888;
|
box-shadow: 0 0 10px rgba(0,44,90,0.8);
|
background-color: #036ee2;
|
height: 34px;
|
border-top-left-radius: 20px;
|
border-top-right-radius: 20px;
|
.el-dialog__title{
|
position: absolute;
|
left: 50%;
|
top: 5px;
|
transform: translateX(-50%);
|
}
|
}
|
.el-dialog__footer{
|
padding: 5px 20px;
|
/*background-image: linear-gradient(to bottom, #e2e2e2, #f3f3f3, #e2e2e2) !important;*/
|
border-top: 1px solid #d7d7d7;
|
/*border-bottom: 3px solid #0466d1;*/
|
/*border-left: 3px solid #0466d1;*/
|
/*border-right: 3px solid #0466d1;*/
|
width: 100%;
|
/*float: right;*/
|
background-color: #f5f5f5;
|
border-bottom-left-radius: 20px;
|
border-bottom-right-radius: 20px;
|
}
|
.el-dialog__title{
|
color: #fff;
|
font-size: 16px;
|
}
|
.el-dialog__headerbtn{
|
top: 7px;
|
}
|
.el-dialog__headerbtn .el-dialog__close{
|
background-color: transparent;
|
box-shadow: 0 0 10px rgba(0,0,0,0.2);
|
font-size: 20px;
|
}
|
.el-dialog__header{
|
.el-icon-close:before{
|
color: #fff;
|
}
|
}
|
|
.avue-crud__pagination{
|
.el-pagination__total{
|
color: #1890FF;
|
}
|
.el-pagination .el-select .el-input .el-input__inner{
|
border-color: #1890FF;
|
}
|
.el-pagination__jump{
|
color: #1890FF;
|
}
|
.el-input__inner{
|
border-color: #1890FF;
|
color: #1890FF;
|
}
|
}
|