king
2025-02-06 d1cd5af5adb53e91efdd278328e1b6f8ad834fb5
src/views/menudesign/index.scss
@@ -183,24 +183,40 @@
      overflow-y: auto;
      transition: all 0.3s;
      > .ant-card {
        >.ant-card-head {
          margin-bottom: 0px;
      .mk-opeartion-list {
          position: sticky;
          top: 0px;
          z-index: 10;
        left: 0px;
        right: 0px;
        text-align: right;
        padding: 5px 10px 8px;
          background: #ffffff;
          .ant-card-head-title {
            color: #1890ff;
            padding: 5px 0;
          }
          .ant-card-extra {
            padding: 5px 0;
        border-bottom: 1px solid #e8e8e8;
        height: 45px;
        white-space: nowrap;
        overflow: hidden;
        z-index: 10;
            button {
              margin-left: 10px;
          margin-left: 15px;
            }
            .mk-opeartion-list button:not(.ant-switch):not(:last-child):not(:nth-last-child(2)) {
        button:not(.ant-switch):not(:last-child):not(:nth-last-child(2)) {
              padding: 0px 10px;
        }
        .mk-button-more {
          display: inline-block;
          height: 32px;
          border: 1px solid #26C281;
          color: #26C281;
          line-height: 32px;
          padding: 0 10px 0px 20px;
          border-radius: 4px;
          cursor: pointer;
          vertical-align: top;
          margin-left: 10px;
          .anticon-down {
            margin-left: 3px;
          }
            }
            .ant-switch.big {
              min-width: 60px;
@@ -214,11 +230,6 @@
            .ant-switch.big:after {
              width: 24px;
              height: 24px;
            }
          }
        }
        >.ant-card-body {
          padding: 0px;
        }
      }
    }
@@ -253,17 +264,5 @@
  .ant-table-thead > tr > th {
    background: transparent!important;
    border-radius: 0!important;
  }
}
@media screen and (max-width: 1500px) {
  .mk-opeartion-list .ant-btn {
    min-width: 65px;
    .anticon {
      display: none;
    }
    .anticon + span {
      margin-left: 0px;
    }
  }
}