fix:ScriptView 底部输入框区域增加左右边距

This commit is contained in:
2026-06-23 22:54:52 +08:00
parent 99a06fcc28
commit 1c45689f03
+1 -1
View File
@@ -3029,7 +3029,7 @@ onUnmounted(() => {
display: flex;
align-items: flex-end;
gap: 12rpx;
padding: 14rpx 0 22rpx;
padding: 14rpx 24rpx 22rpx;
box-sizing: border-box;
background: linear-gradient(180deg, rgba(5, 2, 13, 0), rgba(5, 2, 13, 0.9) 30%, rgba(5, 2, 13, 0.96));
}