设备类型管理页面搜索框样式调整
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user