ZZJ
2021-10-20 07958c244e49e561718b97cac6a7168eeb61b5e7
src/pages/settings/views/generalSettings.vue
@@ -574,16 +574,21 @@
  flex: 1;
  flex-basis: auto;
  box-sizing: border-box;
  .el-input__inner {
 height: 24px !important;
}
  .general-center {
    height: 100%;
    width: 300px;
    overflow: auto;
    box-sizing: border-box;
    flex-shrink: 0;
    padding: 24px 10px;
    padding: 10px 10px;
    padding-top: 6px;
    border-right: 4px solid #f2f2f7;
    border-top: 4px solid #f2f2f7;
    border-left: 4px solid #f2f2f7;
    background-color: #fbfaff;
    .menu-item {
      height: 56px;
      margin-bottom: 4px;
@@ -617,8 +622,9 @@
    overflow: auto;
    box-sizing: border-box;
    background-color: rgb(251, 250, 255);
    border-top: 4px solid #f2f2f7;
    padding: 10px 18px 10px 10px;
    padding: 6px 18px 10px 10px;
    .el-form-item.is-required:not(.is-no-asterisk)
      > .el-form-item__label:before,
    .el-form-item.is-required:not(.is-no-asterisk)
@@ -632,7 +638,7 @@
    .el-form-item {
      margin-bottom: 10px;
      height: 50px;
      background: #f8f8f8;
      background: #F2F2F7;
      padding: 4px 20px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
@@ -665,13 +671,18 @@
        text-align: center;
        font-weight: 700;
        border: none;
      }
        background: #F2F2F7;
        border-radius: 8px;
        height: 48px;
        margin-bottom: 4px;
        border:2px solid #F2F2F7 !important;
       }
      .bar-group {
        overflow: auto;
        height: calc(100% - 100px);
        .general-bar {
          height: 48px;
          background-color: #f8f8f8;
          background: #F2F2F7;
          border-radius: 10px;
          line-height: 48px;
          box-sizing: border-box;
@@ -680,7 +691,8 @@
          display: flex;
          justify-content: space-between;
          margin-bottom: 2px;
          border: 2px solid #f8f8f8;
          border:2px solid #F2F2F7;
          margin-bottom: 4px;
          .name {
            font-size: 14px;
          }
@@ -860,7 +872,7 @@
          height: 30px;
          border-radius:50% ;
          background-color: #fff;
          padding: 3px;
          padding: 4px;
          .color-option-content {
            width: 100%;
            height: 100%;
@@ -1112,7 +1124,7 @@
.videoTime .el-input-number.el-input-number--small {
  width: 90px;
  height: 24px;
  height: 24px !important;
  border-radius: 4px;
  line-height: 24px !important;
  font-weight: 700 !important;
@@ -1121,6 +1133,7 @@
.videoTime .el-input-number.el-input-number--small .el-input__inner {
font-size: 12px !important;
height: 24px !important;
}
.el-input-number__decrease {
@@ -1148,9 +1161,7 @@
 color: #4E94FF;
}
.el-input__inner {
 height: 24px !important;
}
/* .el-tooltip__popper {