WebApp【公共组件库】@前端(For Git Submodule)
Tevin
2024-01-04 8cd15fe62691a0b03853b0124e8bec233012aa8b
forms/input/CInput.vue
@@ -6,7 +6,7 @@
<template>
    <view
        class="c-input"
        :class="[unit?'c-input-unit':'', readOnly ? 'read-only':'']"
        :class="[unit?'c-input-unit':'', readOnly?'read-only':'']"
    >
        <AtInput
            :name="itemRes.name"