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.

65 lines
1.1 KiB

body {
// padding: 10px;
}
.default-button-style{
background: #2979ff;
border-color: #2979ff;
}
.default-button-style :hover{
background: #66b1ff;
border-color: #66b1ff;
}
.main {
padding: 10px;
background-color: #ffffff;
.breadcrumb-section {
margin: 0 0 10px;
padding: 10px 10px;
line-height: 1.2;
font-weight: 500;
:deep(.el-breadcrumb) {
font-size: 16px;
color: #606266;
.el-breadcrumb__inner {
display: inline-block;
vertical-align: middle;
.el-breadcrumb__separator {
color: #c0c4cc;
}
}
}
}
}
.breadcrumb-section{
display: flex;
div:nth-child(1){
flex: 1;
}
div:nth-child(2){
width: 300px;
text-align: right;
}
}
.pagination-block {
margin: 10px 0 0 0;
}
.el-drawer__header{
margin-bottom: 0 !important;
}
.list-div {
font-size: 14px;
color: #606266;
border: 0;
width: 100%;
}