fix(Design): 修复 IP地址限制功能

- 修改了 MatrixQuestion 组件的样式,添加 scoped 属性以提高代码的可维护性
- 修正了 Create 组件中 IP 地址限制相关的设置,将 'is_number' 更改为 'ip_number',解决了 IP 地址限制功能不工作的问题
This commit is contained in:
陈昱达
2025-03-22 13:51:03 +08:00
parent 783efadb44
commit 06f1d468e7
2 changed files with 3 additions and 3 deletions

View File

@@ -189,7 +189,7 @@ const errorMessage = defineModel('errorMessage', {
</template>
</van-field>
</template>
<style lang="scss">
<style lang="scss" scoped>
@import '@/assets/css/theme';
.matrix-table {