ZZJ
2021-10-20 07958c244e49e561718b97cac6a7168eeb61b5e7
src/pages/settings/views/generalSettings.vue
@@ -216,13 +216,13 @@
            >
            <div class="color-option"
            v-if="universalColor != index"
            :style="{cursor: pointer,backgroundColor:item.color}"
            :style="{cursor: 'pointer',backgroundColor:item.color}"
            @click="colorCard(item.color,index)"
            />    
            <div class="color-option color-option-active"
            v-else
            :style="{cursor: pointer,border:`2px solid ${item.color}`}"
            :style="{cursor: 'pointer',border:`2px solid ${item.color}`}"
            @click="colorCard(item.color,index)">
           <div 
           :style="{backgroundColor:item.color}"
@@ -556,6 +556,7 @@
      this.universalColor = index
      document.documentElement.style.setProperty('--colorCard',`${color}`)
      localStorage.setItem('--colorCard',`${color}`)
      window.parent.postMessage({msg:'changeColor',color},'*')
    }
  },
};
@@ -582,10 +583,12 @@
    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;
@@ -619,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)
@@ -634,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;
@@ -662,16 +666,23 @@
        text-align: left;
        margin-bottom: 5px;
      }
      .voice-title {
      .bar.title.voice-title {
        justify-content: center !important;
        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% - 132px);
        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 #fff;
          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 {