物资分类 样式问题

ywj_dev
CTP 2 years ago
parent 8c14224b59
commit 72bc4d6c07

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

Loading…
Cancel
Save