Merge pull request #7974 from dataease/pr@dev-v2_query_com

fix(X-Pack): 系统-平台对接 icon大小为 16px;icon-hover 样式不对;icon之间间距不对,应该为8px;
This commit is contained in:
dataeaseShu 2024-02-02 11:02:11 +08:00 committed by GitHub
commit 4b8bda6630
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -183,9 +183,12 @@ formatLabel()
<style lang="less" scope>
.setting-tip-btn {
height: 22px !important;
line-height: 22px !important;
margin-left: 2px !important;
height: 24px !important;
width: 24px !important;
margin-left: 4px !important;
.ed-icon {
font-size: 16px;
}
}
.info-template-container {
padding: 24px;