Browse Source

style: 时间选择样式

ZhaoJun 1 year ago
parent
commit
7edbdc3bbe
1 changed files with 0 additions and 33 deletions
  1. 0 33
      src/pages/SmartOps/index.less

+ 0 - 33
src/pages/SmartOps/index.less

@@ -199,18 +199,6 @@
     .ant-picker {
       font-size: 0.18rem;
       padding: 0.06rem 0.2rem;
-      background: #2f4d83;
-      .ant-picker-input > input {
-        color: #ffffff;
-        font-size: 0.18rem;
-      }
-      .ant-picker-separator {
-        color: #ffffff;
-        display: inline;
-      }
-      .ant-picker-suffix {
-        color: #ffffff;
-      }
     }
     .ant-form-item {
       line-height: normal;
@@ -221,27 +209,6 @@
   }
 }
 
-body .formDropDown :global {
-  .ant-picker-range-arrow::after {
-    background: #2f4d83;
-  }
-  .ant-picker-panel-container {
-    background: #2f4d83;
-  }
-  .ant-picker-header {
-    color: #ffffff;
-  }
-  table {
-    background-color: #2f4d83;
-  }
-  .ant-picker-content th {
-    color: white;
-  }
-  .ant-picker-cell {
-    color: white;
-  }
-}
-
 .tableSelect {
   background: rgba(145, 192, 238, 0.16) !important;
 }