1
This commit is contained in:
@@ -110,6 +110,9 @@
|
||||
}
|
||||
|
||||
.table-warp {
|
||||
flex: 1;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
.ivu-card-body {
|
||||
height: 100%;
|
||||
display: flex;
|
||||
|
||||
@@ -337,11 +337,14 @@ export default {
|
||||
<style lang="less" scoped>
|
||||
.table-warp {
|
||||
width: 100%;
|
||||
|
||||
flex: 1;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
.table-content {
|
||||
/* 纵向由 Table 内部表体滚动;避免与外层双滚动导致横向条在整页最底 */
|
||||
overflow: hidden;
|
||||
width: 100%;
|
||||
flex: 1;
|
||||
min-height: 0;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
Reference in New Issue
Block a user