1
jhzh
2026-05-29 bbf6d337c9641c0d1bf2c57f05310e59c104990b
src/components/Transform/ex-tabs/index.vue
@@ -61,16 +61,17 @@
<style lang="scss" scoped>
.ex-tabs {
    font-size: 28px;
    font-size: 34px;
    display: flex;
    margin-top: 52px;
    font-weight: bold;
    // margin-top: 52px;
    justify-content: center;
    align-items: center;
    .ex-tab {
        text-align: center;
        flex: 1;
        padding: 10px 17px !important;
        padding: 25px 17px !important;
        border-radius: 4px;
        color: #787E8C;
    }