cuiqian2004
2025-05-23 df481aebfb7a19eea5d6c02f93c6f5776b0fdc19
components/oi-form/list/input/index.vue
@@ -38,6 +38,11 @@
            default: false
         },
      },
      data() {
         return {
            largeMode: getApp().globalData?.largeMode || false,
         }
      },
      methods: {
         onChange(e) {
            this.$emit("on-change", e)
@@ -119,4 +124,19 @@
   .oi-form-input:hover {
      border: 1px solid rgb(41, 121, 255);
   }
   .large-mode {
      .oi-form-input {
         .oi-input {
            font-size: 24px;
            height: 36px;
         }
         .form-input-icon {
            font-size: 30px;
            height: 36px;
            width: 36px;
         }
      }
   }
</style>