|
|
@@ -526,18 +526,6 @@
|
|
|
color: @m-grey2;
|
|
|
}
|
|
|
}
|
|
|
-.white {
|
|
|
- color: @m-white0;
|
|
|
-}
|
|
|
-.blue {
|
|
|
- color: @m-blue0;
|
|
|
-}
|
|
|
-.green {
|
|
|
- color: @m-green0;
|
|
|
-}
|
|
|
-.yellow {
|
|
|
- color: @m-yellow0;
|
|
|
-}
|
|
|
.formFieldSet {
|
|
|
border: 1px solid @m-grey19;
|
|
|
padding: 0 20px 20px;
|
|
|
@@ -595,6 +583,21 @@
|
|
|
.grey {
|
|
|
color: @m-grey2;
|
|
|
}
|
|
|
+.white {
|
|
|
+ color: @m-white0;
|
|
|
+}
|
|
|
+.blue {
|
|
|
+ color: @m-blue0;
|
|
|
+}
|
|
|
+.green {
|
|
|
+ color: @m-green0;
|
|
|
+}
|
|
|
+.yellow {
|
|
|
+ color: @m-yellow0;
|
|
|
+}
|
|
|
+.orange {
|
|
|
+ color: @m-orange0;
|
|
|
+}
|
|
|
.selectBtn.ant-btn {
|
|
|
margin-left: 10px;
|
|
|
width: 80px;
|
|
|
@@ -741,4 +744,142 @@
|
|
|
border-right: 1px solid @m-grey20;
|
|
|
}
|
|
|
|
|
|
+}
|
|
|
+
|
|
|
+// 日期输入框 @m-grey21
|
|
|
+.commonPicker.ant-calendar-picker {
|
|
|
+ width: 200px !important;
|
|
|
+ .ant-input {
|
|
|
+ background: @m-grey21;
|
|
|
+ border-color: @m-grey14;
|
|
|
+ .ant-calendar-range-picker-input {
|
|
|
+ color: @m-white0;
|
|
|
+ font-size: 14px;
|
|
|
+ &::placeholder {
|
|
|
+ color: @m-grey10;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .ant-calendar-picker-clear {
|
|
|
+ background: @m-white0;
|
|
|
+ }
|
|
|
+ .ant-calendar-range-picker-separator {
|
|
|
+ font-size: 14px;
|
|
|
+ color: @m-grey2;
|
|
|
+ }
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+.ant-popover {
|
|
|
+ .ant-popover-content {
|
|
|
+ border: 1px solid @m-grey22;
|
|
|
+ .rounded-corners(5px);
|
|
|
+ .ant-popover-arrow {
|
|
|
+ border-top-color: @m-grey22;
|
|
|
+ border-left-color: @m-grey22;
|
|
|
+ }
|
|
|
+ .ant-popover-inner {
|
|
|
+ .ant-popover-inner-content {
|
|
|
+ border-image-width: 0;
|
|
|
+ background: @m-grey22;
|
|
|
+ color: @m-white0;
|
|
|
+ padding: 5px 15px;
|
|
|
+ &:hover {
|
|
|
+ color: @m-blue0;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+.ant-calendar-picker-container {
|
|
|
+ .ant-calendar-range {
|
|
|
+ background: @m-grey22;
|
|
|
+ border-color: @m-grey22;
|
|
|
+ .ant-calendar-panel {
|
|
|
+ .ant-calendar-date-panel {
|
|
|
+ .ant-calendar-range-part {
|
|
|
+ .ant-calendar-input-wrap {
|
|
|
+ border-bottom-color: @m-grey23;
|
|
|
+ .ant-calendar-input {
|
|
|
+ background: transparent;
|
|
|
+ border: 1px solid @m-grey1;
|
|
|
+ color: @m-white0;
|
|
|
+ &::placeholder {
|
|
|
+ color: @m-grey1;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .ant-calendar-header {
|
|
|
+ .ant-calendar-prev-year-btn,.ant-calendar-prev-month-btn {
|
|
|
+ color: @m-grey1;
|
|
|
+ &::before,&::after {
|
|
|
+ border-color: @m-grey2;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .ant-calendar-month-select,.ant-calendar-year-select {
|
|
|
+ color: @m-grey1;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .ant-calendar-body {
|
|
|
+ border-top-color: @m-grey1;
|
|
|
+ .ant-calendar-column-header-inner {
|
|
|
+ color: @m-grey1;
|
|
|
+ }
|
|
|
+ .ant-calendar-cell {
|
|
|
+ .ant-calendar-date {
|
|
|
+ background: transparent;
|
|
|
+ color: @m-white0;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .ant-calendar-last-day-of-month,.ant-calendar-next-month-btn-day {
|
|
|
+ .ant-calendar-date {
|
|
|
+ color: @m-white1;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .ant-calendar-disabled-cell {
|
|
|
+ .ant-calendar-date {
|
|
|
+ color: @m-grey1;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .ant-calendar-selected-day {
|
|
|
+ .ant-calendar-date {
|
|
|
+ color: @m-blue0;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .ant-calendar-active-week {
|
|
|
+ .ant-calendar-cell {
|
|
|
+ .ant-calendar-date {
|
|
|
+ background: transparent;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .ant-calendar-range-middle {
|
|
|
+ color: @m-white1;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .ant-calendar-footer {
|
|
|
+ border-top-color: @m-grey1;
|
|
|
+ .ant-calendar-time-picker-btn {
|
|
|
+ color: @m-grey1;
|
|
|
+ }
|
|
|
+ .ant-calendar-ok-btn {
|
|
|
+ background-color: @m-blue0;
|
|
|
+ border-color: @m-blue0;
|
|
|
+ color: @m-white0;
|
|
|
+ &:hover {
|
|
|
+ background-color: @m-blue0-hover;
|
|
|
+ border-color: @m-blue0-hover;
|
|
|
+ color: @m-white0-hover;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+}
|
|
|
+.ant-calendar-range {
|
|
|
+ .ant-calendar-in-range-cell::before {
|
|
|
+ background: @m-grey22-hover;
|
|
|
+ }
|
|
|
}
|