Merge pull request #8160 from dataease/pr@dev-v2_dzz_mobile

fix(工具箱): 模板管理间距不对,正确为16px
This commit is contained in:
dataeaseShu 2024-02-26 17:21:06 +08:00 committed by GitHub
commit a78b57d3c1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -94,7 +94,7 @@ const handleCommand = key => {
background: #ffffff;
border: 1px solid #dee0e3;
border-radius: 4px;
margin: 0 24px 25px 0;
margin: 0 16px 16px 0;
overflow: hidden;
.custom-item-checkbox {
position: absolute;