| | |
| | | @change="dateChange"
|
| | | end-placeholder="结束日期"
|
| | | :picker-options="pickerOptions"
|
| | | popper-class="pollingLog_timePicker"
|
| | | >
|
| | | </el-date-picker>
|
| | | </div>
|
| | |
| | | background-color: white;
|
| | | }
|
| | | }
|
| | |
|
| | | .pollingLog_timePicker {
|
| | | width: 520px !important;
|
| | | * {
|
| | | font-size: 12px !important;
|
| | | min-width: 0px !important;
|
| | | }
|
| | |
|
| | | .el-date-range-picker__time-header {
|
| | | border: none;
|
| | | }
|
| | |
|
| | | .el-date-range-picker__content {
|
| | | padding: 2px 9px;
|
| | | }
|
| | |
|
| | | .el-date-table th {
|
| | | pad: 0 5px;
|
| | | }
|
| | |
|
| | | .el-picker-panel__shortcut {
|
| | | padding-left: 20px;
|
| | | padding-bottom: 10px;
|
| | | }
|
| | |
|
| | | .el-picker-panel__footer {
|
| | | padding: 0 20px 10px 0;
|
| | | background-color: none;
|
| | | display: flex;
|
| | | justify-content: end;
|
| | | border: none;
|
| | | button {
|
| | | display: block;
|
| | | width: 54px;
|
| | | height: 24px;
|
| | | border: 1px solid #e0e0e0;
|
| | | border-radius: 25px;
|
| | | line-height: 9px;
|
| | |
|
| | | &:first-child {
|
| | | color: #4f4f4f !important;
|
| | | }
|
| | |
|
| | | &:last-child {
|
| | | color: #fff !important;
|
| | | background-color: #4e94ff !important;
|
| | | border-color: #4e94ff !important;
|
| | | }
|
| | | }
|
| | | }
|
| | | }
|
| | | </style>
|