Flex
2025-06-12 c76840c89769a224d408f3ef60609148e81f8d70
easegen-front/src/views/chooseTemplate/index.vue
@@ -868,7 +868,7 @@
    itemValue: '1'
  }
]
const tabs1ActiveNum = ref('')
const tabs1ActiveNum = ref('0')
const tabs2ActiveNum = ref('')
const tabs2 = [
  {
@@ -2982,11 +2982,16 @@
          position: relative;
          background-color: #F7F8FA;
          border-radius: 12px;
          padding: 6px 0;
          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%;
            }
@@ -2994,7 +2999,7 @@
          > .TextArea {
            width: 48%;
            p {
              font-size: 12px;
              font-size: 14px;
              margin: 4px 0;
              padding-left: 6px;
              box-sizing: border-box;