681784489362b4a2c11bd7d75623a2c5e411f0ea..c76840c89769a224d408f3ef60609148e81f8d70
2025-06-12 Flex
修改声音模板样式
c76840 对比 | 目录
2025-06-12 Flex
Merge branch 'master' of http://yykjgit.sdyyst.com/r/easegen
b00c9d 对比 | 目录
2025-06-12 Flex
解决冲突
358715 对比 | 目录
已修改1个文件
22 ■■■■ 文件已修改
easegen-front/src/views/chooseTemplate/index.vue 22 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
easegen-front/src/views/chooseTemplate/index.vue
@@ -588,7 +588,6 @@
            <div class="SoundModelAreaBox" v-for="(value, key, index) in audioList" :key="index">
              <div class="SoundClassTit">
                <el-divider content-position="center"> {{ languageClass(key) }} </el-divider>
                <!-- <el-divider content-position="center"> 123 </el-divider> -->
              </div>
              <div class="SoundClassContent">
                <div
@@ -869,7 +868,7 @@
    itemValue: '1'
  }
]
const tabs1ActiveNum = ref('')
const tabs1ActiveNum = ref('0')
const tabs2ActiveNum = ref('')
const tabs2 = [
  {
@@ -2972,16 +2971,27 @@
        display: flex;
        flex-wrap: wrap;
        align-content: flex-start;
        padding: 0 1%;
        box-sizing: border-box;
        > .ModealBox {
          width: 47%;
          margin: 10px 1%;
          width: 48%;
          margin: 5px 1%;
          display: flex;
          justify-content: space-around;
          align-items: center;
          position: relative;
          background-color: #F7F8FA;
          border-radius: 12px;
          padding: 10px 0;
          box-sizing: border-box;
          > .ImgBox {
            width: 26%;
            width: 40%;
            margin: 0 auto;
            border-radius: 50%;
            overflow: hidden;
            display: flex;
            justify-content: center;
            align-items: center;
            img {
              width: 100%;
            }
@@ -2989,7 +2999,7 @@
          > .TextArea {
            width: 48%;
            p {
              font-size: 12px;
              font-size: 14px;
              margin: 4px 0;
              padding-left: 6px;
              box-sizing: border-box;