mirror of
https://github.com/viarotel-org/escrcpy.git
synced 2025-02-17 10:58:38 +01:00
perf: 💄 Optimize preference setting button layout
This commit is contained in:
parent
8cf4c349f7
commit
47ae53d623
@ -3,14 +3,14 @@
|
|||||||
<div
|
<div
|
||||||
class="mr-4 pb-2 flex items-center justify-between flex-none border-b border-gray-200 dark:border-gray-700"
|
class="mr-4 pb-2 flex items-center justify-between flex-none border-b border-gray-200 dark:border-gray-700"
|
||||||
>
|
>
|
||||||
<div class="">
|
<div class="flex-none">
|
||||||
<ScopeSelect
|
<ScopeSelect
|
||||||
v-model="deviceScope"
|
v-model="deviceScope"
|
||||||
@change="onScopeChange"
|
@change="onScopeChange"
|
||||||
@device-change="onDeviceChange"
|
@device-change="onDeviceChange"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div class="">
|
<el-button-group class="flex-none">
|
||||||
<el-button type="" icon="Upload" plain @click="handleImport">
|
<el-button type="" icon="Upload" plain @click="handleImport">
|
||||||
{{ $t('preferences.config.import.name') }}
|
{{ $t('preferences.config.import.name') }}
|
||||||
</el-button>
|
</el-button>
|
||||||
@ -23,7 +23,7 @@
|
|||||||
<el-button type="" icon="RefreshRight" plain @click="handleReset">
|
<el-button type="" icon="RefreshRight" plain @click="handleReset">
|
||||||
{{ $t('preferences.config.reset.name') }}
|
{{ $t('preferences.config.reset.name') }}
|
||||||
</el-button>
|
</el-button>
|
||||||
</div>
|
</el-button-group>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="pr-2 pt-4 flex-1 h-0 overflow-auto">
|
<div class="pr-2 pt-4 flex-1 h-0 overflow-auto">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user