cuiqian2004
2025-06-19 619b47962e41f506baf7ce2b535b2de1fecc719e
components/oi-form/list/text/index.vue
@@ -22,10 +22,17 @@
<style lang="scss" scoped>
   .oi-form-text {
      word-break: break-all;
      color: #2db7f5;
      .align-fixed {
         line-height: 1;
         padding: 10px 12px 10px 0;
      }
   }
   .large-mode {
      .oi-form-text {
         font-size: 24px !important;
      }
   }
</style>