Commit d9115ba2 by yangzhi

fix:样式

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