去除九分屏

This commit is contained in:
yanran200730
2022-06-16 10:57:34 +08:00
parent a5bfb77e2a
commit 307f835cec

View File

@@ -54,8 +54,7 @@
splitOps() { splitOps() {
return [ return [
{ label: '单分屏', value: 1, per: '100%' }, { label: '单分屏', value: 1, per: '100%' },
{ label: '四分屏', value: 4, per: '49.2%' }, { label: '四分屏', value: 4, per: '49.2%' }
{ label: '九分屏', value: 9, per: '32%' },
] ]
}, },
currentSplitStyle() { currentSplitStyle() {