cuiqian2004
2025-05-23 df481aebfb7a19eea5d6c02f93c6f5776b0fdc19
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>