fix: 开站页面同步公共参数配置,优化页面样式

This commit is contained in:
TsMask
2024-05-09 19:18:21 +08:00
parent b5f6a5d24a
commit ad86bee5f9
4 changed files with 146 additions and 368 deletions

View File

@@ -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;