物资分类 样式问题

ywj_dev
CTP 2 years ago
parent 8c14224b59
commit 72bc4d6c07

@ -1,7 +1,7 @@
<template>
<div>
<el-card>
<el-row type="flex">
<el-row type="flex" style="flex-wrap: nowrap">
<el-col v-show="showSearch" style="width: 300px">
<el-tree
:data="treeList"
@ -2132,11 +2132,9 @@ export default {
margin-bottom: 0px;
}
/* .el-row {
.el-row {
display: flex;
flex-wrap: wrap;
margin-bottom: 6px;
} */
}
/* .el-col {
border-radius: 4px;

Loading…
Cancel
Save