-
+
共{{ pagination.total }}条, @@ -1165,7 +1165,7 @@ export default { .ant-calendar-picker-input { display: flex; padding-left: 0; - justify-content: space-between; + justify-content: center; // margin-left: 20px; width: 260px; border-color: #ccc; @@ -1557,4 +1557,47 @@ export default { } } } +/deep/ .ant-calendar-panel { + .ant-calendar-month-panel-selected-cell .ant-calendar-month-panel-month { + background: #ff4400; + } + .ant-calendar-date:hover { + border-color: #ff4400; + background-color: #fff; + color: #ff4400; + } + .ant-calendar-today .ant-calendar-date { + background-color: #ff4400; + border-color: #ff4400; + color: #fff; + } + .ant-calendar-range .ant-calendar-selected-start-date .ant-calendar-date, + .ant-calendar-range .ant-calendar-selected-end-date .ant-calendar-date { + background-color: #ff4400; + border-color: #ff4400; + color: #fff; + } + .ant-calendar-range .ant-calendar-in-range-cell::before { + background: #fff3ef; + } + .ant-calendar-range .ant-calendar-selected-start-date .ant-calendar-date:hover, + .ant-calendar-range .ant-calendar-selected-end-date .ant-calendar-date:hover { + background: #ff4400; + } + .ant-calendar-header a:hover { + color: #ff4400; + } + .ant-calendar-month-panel-selected-cell .ant-calendar-month-panel-month:hover, + .ant-calendar-year-panel-selected-cell .ant-calendar-year-panel-year, + .ant-calendar-decade-panel-selected-cell .ant-calendar-decade-panel-decade, + .ant-calendar-decade-panel-selected-cell .ant-calendar-decade-panel-decade:hover, + .ant-calendar-year-panel-selected-cell .ant-calendar-year-panel-year:hover { + background: #ff4400; + } + .ant-calendar-month-panel-month:hover, + .ant-calendar-year-panel-year:hover, + .ant-calendar-decade-panel-decade:hover { + background: #fff3ef; + } +} diff --git a/src/components/userinfo/usercenter/components/townsman.vue b/src/components/userinfo/usercenter/components/townsman.vue index c8cd8d0..1676268 100644 --- a/src/components/userinfo/usercenter/components/townsman.vue +++ b/src/components/userinfo/usercenter/components/townsman.vue @@ -1,5 +1,5 @@