|
@@ -621,11 +621,7 @@ div::-webkit-scrollbar {
|
|
|
.el-input__inner:hover{
|
|
|
background: #00335c;
|
|
|
}
|
|
|
- .el-date-picker {
|
|
|
- .el-picker-panel__content{
|
|
|
- width: 15rem;
|
|
|
- }
|
|
|
- }
|
|
|
+
|
|
|
.el-input__icon{
|
|
|
line-height: .5rem;
|
|
|
height: auto;
|
|
@@ -1205,6 +1201,54 @@ div::-webkit-scrollbar {
|
|
|
//一体化弹层
|
|
|
|
|
|
//覆盖elementUI
|
|
|
+
|
|
|
+.el-date-picker{//时间选择器
|
|
|
+ width: 17.5rem;
|
|
|
+ .el-year-table{
|
|
|
+ td{
|
|
|
+ padding: 3px 3px;
|
|
|
+ .cell{
|
|
|
+ color:#1c8b8b ;
|
|
|
+ }
|
|
|
+ .cell:hover{
|
|
|
+ color: #1aff5a;
|
|
|
+ font-weight: bolder;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ td.current:not(.disabled){
|
|
|
+ .cell{
|
|
|
+ color: #1aff5a;
|
|
|
+ font-weight: bolder;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ td.today{
|
|
|
+ .cell{
|
|
|
+ color: #2ce3ff;
|
|
|
+ font-weight: normal;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ }
|
|
|
+ .el-picker-panel__content{
|
|
|
+ width: 100%;
|
|
|
+ margin: 0;
|
|
|
+ }
|
|
|
+ .el-picker-panel__icon-btn{
|
|
|
+ color: #01d1eb;
|
|
|
+ }
|
|
|
+ .el-date-picker__header-label{
|
|
|
+ color: $inBlue;
|
|
|
+ }
|
|
|
+ .el-date-picker__header--bordered{
|
|
|
+ border-bottom: 1px $barBorder
|
|
|
+ }
|
|
|
+}
|
|
|
+.el-picker-panel{
|
|
|
+ background: #071927;
|
|
|
+ border: 1px solid #2a3a60;
|
|
|
+ color: #1a9696;
|
|
|
+}
|
|
|
+
|
|
|
.el-steps--horizontal{
|
|
|
margin-top: .5rem;
|
|
|
}
|