部分样式修改
This commit is contained in:
@@ -10,6 +10,8 @@
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
body{
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
|
||||
@@ -19,7 +19,6 @@
|
||||
.table-title {
|
||||
font-family: Arial;
|
||||
font-size: 18px;
|
||||
font-weight:bold;
|
||||
line-height: 30px;
|
||||
}
|
||||
.edit:after{
|
||||
@@ -42,6 +41,9 @@
|
||||
border-right: 1px solid #ccc;
|
||||
|
||||
}
|
||||
.set-icon:hover{
|
||||
background: $btn-light-background-color-hover;
|
||||
}
|
||||
.set-icon:last-child{
|
||||
border-right: none !important;
|
||||
}
|
||||
|
||||
@@ -46,8 +46,14 @@
|
||||
display: inline-block;
|
||||
cursor: pointer;
|
||||
padding: 5px 15px;
|
||||
margin-right: -3px;
|
||||
border-right: 1px solid #ccc;
|
||||
}
|
||||
.set-icon:hover{
|
||||
background: $btn-light-background-color-hover;
|
||||
}
|
||||
.set-icon:last-child:hover{
|
||||
}
|
||||
.set-icon:last-child{
|
||||
border-right: none !important;
|
||||
}
|
||||
@@ -60,7 +66,6 @@
|
||||
}
|
||||
.list-icon {
|
||||
float: left;
|
||||
margin-right: 10px;
|
||||
}
|
||||
.show-icon {
|
||||
cursor: pointer;
|
||||
|
||||
@@ -627,12 +627,16 @@ export default {
|
||||
font-size: 12px;
|
||||
margin-right: 6px;
|
||||
}
|
||||
|
||||
.top-tools{
|
||||
button{
|
||||
background: $btn-light-background-color;
|
||||
outline: none;
|
||||
border: 1px solid #ccc;
|
||||
}
|
||||
button:hover{
|
||||
background: $btn-light-background-color-hover;
|
||||
}
|
||||
}
|
||||
.nz-dashboard-dropdown {
|
||||
height: 300px;
|
||||
@@ -656,13 +660,13 @@ export default {
|
||||
background: #fff;
|
||||
border-radius: 4px;
|
||||
align-items: center;
|
||||
justify-content: space-around;
|
||||
justify-content: center;
|
||||
margin: 0 10px;
|
||||
border: 1px solid #ccc;
|
||||
background: $btn-light-background-color;
|
||||
span{
|
||||
display: inline-block;
|
||||
padding: 2px 8px;
|
||||
padding: 1px 8px;
|
||||
}
|
||||
}
|
||||
.popover_ul li{
|
||||
@@ -677,5 +681,8 @@ export default {
|
||||
color: #F0BF84;
|
||||
}
|
||||
.nz-dashboard-picker {}
|
||||
.panel-calendar .el-range-editor--mini.el-input__inner{
|
||||
height: 26px !important;
|
||||
}
|
||||
</style>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user