Commit d9115ba2 by yangzhi

fix:样式

parent 8f23aa5a
......@@ -22,7 +22,7 @@
:style="{
userSelect: isMove ? 'none' : 'auto',
height: height
? `calc(100% - 20px - ${height}) `
? `calc(95% - 20px - ${height}) `
: '',
}"
v-show="isfooter && footerShow"
......
......@@ -29,6 +29,7 @@
placeholder="请输入"
v-model="customizeNumbers"
style="width: 55px"
size="mini"
@change="onPageSizeInput"
/>
条/页
......
......@@ -6,6 +6,7 @@ import './plugins/myui'
import element from '@/common/components/element-ui.js'
import vxeTable from '@/common/components/vxeTable.js'
import './common/style/index.scss'
import './assets/css/common.css'
import Directives from './utils/directives'
import { filePath, zImgPath } from './utils/commonUtil'
import md5 from 'js-md5'
......
......@@ -42,7 +42,7 @@
>
</el-form-item>
</el-form>
<div class="table_wrap" style="height: 100%">
<div class="table_wrap">
<my-table
:sourceData="sourceData"
:tableColumns="tableColumns"
......@@ -67,11 +67,8 @@
<pagination
:setValue="setpaginationOptions"
:options="paginationOptions"
:serialNumber="false"
/>
</el-tab-pane>
<!-- <el-tab-pane label="内部便签" name="2">配置管理</el-tab-pane>
-->
</el-tabs>
</div>
</drag>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment