设备类型管理页面搜索框样式调整

This commit is contained in:
shih
2026-04-02 10:24:29 +08:00
parent abba12dd82
commit 9a683da95a

View File

@@ -196,3 +196,10 @@ onMounted(async () => {
await getTableData() await getTableData()
}) })
</script> </script>
<style lang="scss" scoped>
:deep(.el-form-item__label) {
width: 100px !important;
white-space: nowrap;
}
</style>