@@ -91,10 +91,8 @@ onThemeChange()
9191 < var - input v- model= " standardValue10" : placeholder= " t('textarea')" textarea / >
9292 < var - input v- model= " standardValue11" : placeholder= " t('smallSize')" size= " small" / >
9393 < var - input v- model .trim = " standardValue12" : placeholder= " t('trim')" / >
94- < var - space align= " center" >
95- < var - input ref= " inputRef" v- model= " standardValue15" : placeholder= " t('selectAll')" / >
96- < var - button type= " primary" @click= " selectAll" > {{ t (' selectAllButton' ) }}< / var - button>
97- < / var - space>
94+ < var - input ref= " inputRef" v- model= " standardValue15" : placeholder= " t('selectAll')" / >
95+ < var - button type= " primary" @click= " selectAll" > {{ t (' selectAllButton' ) }}< / var - button>
9896 < / var - space>
9997
10098 < app- type style= " margin-top: 10vmin" > {{ t (' outlined' ) }}< / app- type>
@@ -141,13 +139,12 @@ onThemeChange()
141139 < var - input v- model= " outlinedValue10" variant= " outlined" : placeholder= " t('textarea')" textarea / >
142140 < var - input v- model= " outlinedValue11" variant= " outlined" : placeholder= " t('smallSize')" size= " small" / >
143141 < var - input v- model .trim = " outlinedValue12" variant= " outlined" : placeholder= " t('trim')" / >
144- < var - space align= " center" >
145- < var - input ref= " outlinedInputRef" v- model= " outlinedValue15" variant= " outlined" : placeholder= " t('selectAll')" / >
146- < var - button type= " primary" @click= " selectAllOutlined" > {{ t (' selectAllButton' ) }}< / var - button>
147- < / var - space>
142+
143+ < var - input ref= " outlinedInputRef" v- model= " outlinedValue15" variant= " outlined" : placeholder= " t('selectAll')" / >
144+ < var - button type= " primary" @click= " selectAllOutlined" > {{ t (' selectAllButton' ) }}< / var - button>
148145 < / var - space>
149146
150- < div style= " height: 40px " >< / div>
147+ < div style= " height: 20px " >< / div>
151148< / template>
152149
153150< style scoped lang= " less" >
0 commit comments