From b093914dbe7cf596aa6ea5a93748ce1354b4c900 Mon Sep 17 00:00:00 2001 From: licp <lichunping@guanfang.com.cn> Date: 星期五, 26 四月 2024 14:58:14 +0800 Subject: [PATCH] 修改this.componentData.selectField.qualificationId.select = list --- index.html | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/index.html b/index.html index cd42218..ba5e1c3 100644 --- a/index.html +++ b/index.html @@ -13,6 +13,11 @@ <link href="./static/luckysheet/plugins/plugins.css" rel="stylesheet" /> <link href="./static/luckysheet/css/luckysheet.css" rel="stylesheet" /> <link href="./static/luckysheet/assets/iconfont/iconfont.css" rel="stylesheet" /> + <style> + #app{ + overflow: hidden; + } + </style> </head> <body> <div id="app"></div> -- Gitblit v1.9.3