修改文档库布局
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
<div class="search-con-header">
|
||||
<div class="search-header-left">
|
||||
<!-- <span>搜索模块</span>-->
|
||||
<a-tabs default-active-key="1" @change="callback">
|
||||
<a-tabs style="width:2000px" default-active-key="1" @change="callback">
|
||||
<a-tab-pane key="全部" tab="全部"></a-tab-pane>
|
||||
<a-tab-pane key="文档库" tab="文档库" force-render>
|
||||
|
||||
@@ -373,6 +373,7 @@
|
||||
},
|
||||
methods:{
|
||||
onChangecheck(value){
|
||||
console.log(value)
|
||||
console.log(`checked = ${value.target.checked}`)
|
||||
if(`checked = ${value.target.checked}` == 'checked = true'){
|
||||
this.isNullInput = true;
|
||||
@@ -532,8 +533,8 @@
|
||||
margin: 23px 0;
|
||||
span.data-fb{
|
||||
text-align: right;
|
||||
margin-right: 10px;
|
||||
min-width: 83px;
|
||||
margin-right: 26px;
|
||||
min-width: 84px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user