fix: 开站页面同步公共参数配置,优化页面样式
This commit is contained in:
@@ -241,7 +241,7 @@ onMounted(() => {
|
||||
size="middle"
|
||||
:pagination="false"
|
||||
@resizeColumn="(w:number, col:any) => (col.width = w)"
|
||||
:scroll="{ y: '65vh' }"
|
||||
:scroll="{ y: '60vh' }"
|
||||
:row-selection="{
|
||||
type: 'checkbox',
|
||||
columnWidth: '48px',
|
||||
@@ -298,7 +298,7 @@ onMounted(() => {
|
||||
<style lang="less" scoped>
|
||||
.ne {
|
||||
padding-top: 12px;
|
||||
height: 78vh;
|
||||
// height: 78vh;
|
||||
overflow-x: hidden;
|
||||
overflow-y: auto;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user