Commit c1fe365c authored by root's avatar root

update table height

parent 446d5b90
......@@ -122,7 +122,7 @@
tableStyle() {
const { frameStyle, frameWidth, frameColor, bordered } = this.elementInfo.table
const { backgroundColor } = this.elementInfo.table.tableCell
const width = this.elementInfo.table.column.length * 150;
const width = this.elementInfo.table.column.length * 130;
return `width: ${width}rpx`;
}
},
......@@ -213,11 +213,11 @@
height: 100%;
scroll-view {
width: 100vw;
height: 100%;
height: 45vh;
}
}
$title-width: 150rpx;
$content-width: 150rpx;
$title-width: 130rpx;
$content-width: 130rpx;
$border-color: #f6f6f6;
$border: 1rpx solid $border-color;
$white: #FFFFFF;
......@@ -243,7 +243,7 @@ $title-color: #f6f6f6;
}
.column {
position: absolute;
left: 60rpx;
left: 30rpx;
bottom: 15rpx;
font-size: 25rpx;
}
......
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