style(系统设置): 用户列表样式问题
This commit is contained in:
parent
6f22435be4
commit
617f3979f3
|
@ -11,13 +11,12 @@
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<ms-table border
|
<ms-table border
|
||||||
class="adjust-table"
|
|
||||||
:condition="condition"
|
:condition="condition"
|
||||||
:total="total"
|
:total="total"
|
||||||
:data="tableData"
|
:data="tableData"
|
||||||
style="width: 100%"
|
style="width: 100%"
|
||||||
:batch-operators="buttons"
|
:batch-operators="buttons"
|
||||||
:height="screenHeight"
|
:screen-height="screenHeight"
|
||||||
enableSelection
|
enableSelection
|
||||||
@refresh="search"
|
@refresh="search"
|
||||||
ref="userTable">
|
ref="userTable">
|
||||||
|
|
Loading…
Reference in New Issue