clay fix : 关闭一系列bug
This commit is contained in:
@@ -32,8 +32,8 @@
|
||||
</el-row>
|
||||
<el-row>
|
||||
<el-col>
|
||||
<Introduction :value="contextData" v-if="type === 1"/>
|
||||
<List :value="contextData" v-if="type === 2"/>
|
||||
<Introduction :introduction="contextData" v-if="type === 1"/>
|
||||
<List :list="contextData" v-if="type === 2"/>
|
||||
<FileList :value="contextData" v-if="type === 4"/>
|
||||
<DireData :value="contextData" v-if="type === 3"/>
|
||||
<Details :value="detailsData" v-if="type == null"/>
|
||||
@@ -233,7 +233,8 @@ export default {
|
||||
|
||||
.lab_div {
|
||||
border-bottom: 0.1rem solid #94BCFF !important;
|
||||
margin-left: 1rem;
|
||||
//margin-left: 1rem;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.lab_div:last-child {
|
||||
|
||||
Reference in New Issue
Block a user