king
2023-07-06 fa8f1b1320fd2ad21884ccd6df792bf88270e2a1
src/menu/components/calendar/board/index.scss
@@ -2,6 +2,7 @@
  position: relative;
  width: 100%;
  padding: 20px;
  color: rgba(0, 0, 0, 0.85);
  .loading-data {
    position: absolute;
@@ -23,6 +24,9 @@
    .ant-select {
      width: 90px;
      margin-right: 15px;
    }
    .ant-select + .ant-select {
      width: 80px;
    }
  }
  .mk-calendar-content {
@@ -58,7 +62,11 @@
                  height: 100%;
                }
              }
              .day-wrap:hover {
              .day-wrap.disabled {
                cursor: default;
                color: rgba(0, 0, 0, 0.35);
              }
              .day-wrap:not(.disabled):hover {
                background: #bae7ff;
              }
            }
@@ -71,7 +79,7 @@
        width: 100%;
        thead {
          text-align: center;
          color: #1890ff;
          // color: #1890ff;
          font-size: 16px;
          tr {
            height: 35px;
@@ -90,12 +98,21 @@
                margin-bottom: 2px;
                box-shadow: 0px 0px 3px #bae7ff;
                .header {
                  text-align: center;
                  font-size: 16px;
                  padding: 5px 10px;
                  .message {
                    .right {
                      float: right;
                    }
                    .right.danger {
                      color: #ff4d4f;
                    }
                  }
                }
                .content {
                  padding: 0 10px 10px;
                  height: 90px;
                  height: 70px;
                  overflow-y: auto;
                  position: absolute;
                  left: 0;
@@ -122,7 +139,20 @@
                  background: rgba(0, 0, 0, 0);
                }
              }
              .month-wrap:hover {
              .month-wrap.disabled {
                cursor: default;
                color: rgba(0, 0, 0, 0.35);
                .header {
                  .message {
                    .right.danger {
                      color: rgba(0, 0, 0, 0.35);
                    }
                  }
                }
              }
              .month-wrap:not(.disabled):hover {
                background: #e6f7ff;
              }
            }