File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ export default {
8181 css [ this . $q . i18n . rtl ? 'right' : 'left' ] = `${ this . layout . left . size } px`
8282 }
8383 if ( view [ 2 ] === 'r' && this . layout . right . space ) {
84- css [ this . $q . i18n . rtl ? 'right ' : 'left ' ] = `${ this . layout . right . size } px`
84+ css [ this . $q . i18n . rtl ? 'left ' : 'right ' ] = `${ this . layout . right . size } px`
8585 }
8686
8787 return css
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ export default {
8585 css [ this . $q . i18n . rtl ? 'right' : 'left' ] = `${ this . layout . left . size } px`
8686 }
8787 if ( view [ 2 ] === 'r' && this . layout . right . space ) {
88- css [ this . $q . i18n . rtl ? 'right ' : 'left ' ] = `${ this . layout . right . size } px`
88+ css [ this . $q . i18n . rtl ? 'left ' : 'right ' ] = `${ this . layout . right . size } px`
8989 }
9090
9191 return css
You can’t perform that action at this time.
0 commit comments