Compare commits
2 Commits
bc2d77c50a
...
ad45afca10
Author | SHA1 | Date |
---|---|---|
gongjiale | ad45afca10 | |
gongjiale | 86890070a0 |
|
@ -552,6 +552,9 @@ export default {
|
||||||
line-height: 14px;
|
line-height: 14px;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
}
|
}
|
||||||
|
::v-deep .el-date-editor .el-range__close-icon {
|
||||||
|
line-height: 14px;
|
||||||
|
}
|
||||||
::v-deep .el-date-editor .el-range-input {
|
::v-deep .el-date-editor .el-range-input {
|
||||||
background: #9000;
|
background: #9000;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
|
@ -605,6 +608,7 @@ export default {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.active-item {
|
.active-item {
|
||||||
|
cursor: pointer;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
float: left;
|
float: left;
|
||||||
width: 50%;
|
width: 50%;
|
||||||
|
|
Loading…
Reference in New Issue