king
2020-06-29 2cfae2f496b90278d9af3c11159faa655e25a4ef
src/views/mobdesign/index.scss
@@ -29,7 +29,7 @@
          border-bottom: 1px solid #000;
          cursor: pointer;
          z-index: 10;
          background: #262626;
          background: #202735;
          i {
            margin-bottom: 5px;
            margin-left: 2px;
@@ -58,7 +58,7 @@
        position: relative;
        z-index: 10;
        height: 1000px;
        background: #262626;
        background: #202735;
      }
    }
@@ -68,8 +68,20 @@
      top: 0;
      height: 100%;
      width: 300px;
      background: #ffffff;
      background: #202735;
      box-shadow: 0px 2px 2px #000;
      >.ant-tabs {
        >.ant-tabs-bar {
          border-bottom: 1px solid #181F29;
          .ant-tabs-tab {
            color: rgba(255, 255, 255, 0.85);
          }
          .ant-tabs-tab-active.ant-tabs-tab {
            color: #1890ff;
          }
        }
      }
    }
    .mob-shell {