heyujie
2021-07-01 5044b402981f42542eece201e1308b5c2816737a
public/index.html
@@ -367,9 +367,9 @@
      cursor: pointer;
    }
    /* .flex-box{
    .flex-box{
      display: flex;
    } */
    }
    .el-button--primary {
      color: #FFFFFF;
      background-color: #3D68E1 !important;
@@ -408,6 +408,13 @@
      visibility: hidden;
    }
    /* 垂直方向居中dialog框 */
    .el-dialog {
      margin: 0 auto !important;
      top: 50%;
      transform: translateY(-50%);
    }
    .form-tip {
      color: #999;
      position: relative;
@@ -433,6 +440,12 @@
      text-align: center;
      border: 0px solid transparent;
    }
    ::-webkit-scrollbar {
      width: 6px;
      height: 6px;
      background-color: #f5f5f5;
    }
  </style>
</head>