fix:ScriptView 底部输入框区域增加左右边距
This commit is contained in:
@@ -3029,7 +3029,7 @@ onUnmounted(() => {
|
|||||||
display: flex;
|
display: flex;
|
||||||
align-items: flex-end;
|
align-items: flex-end;
|
||||||
gap: 12rpx;
|
gap: 12rpx;
|
||||||
padding: 14rpx 0 22rpx;
|
padding: 14rpx 24rpx 22rpx;
|
||||||
box-sizing: border-box;
|
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));
|
background: linear-gradient(180deg, rgba(5, 2, 13, 0), rgba(5, 2, 13, 0.9) 30%, rgba(5, 2, 13, 0.96));
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user