We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d38ee30 commit 3c35368Copy full SHA for 3c35368
src/components/ExpressionEditor.vue
@@ -1778,7 +1778,7 @@ onMounted(() => {
1778
1779
.variables-section {
1780
border-right: 1px solid var(--editor-border);
1781
- padding-right: 16px;
+ margin-right: 16px; // 只保留margin-right,移除padding-right
1782
min-width: 200px;
1783
flex-shrink: 1;
1784
@@ -1790,7 +1790,7 @@ onMounted(() => {
1790
gap: 0;
1791
1792
border-right: none;
1793
- padding-right: 0;
+ margin-right: 0; // 在隐藏键盘时移除右边距
1794
}
1795
1796
0 commit comments