修改文档库布局

This commit is contained in:
zyx.net
2022-02-17 14:23:39 +08:00
parent 37eb6df49c
commit 81e1b72620
@@ -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;
}
}
}