mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-06-09 23:16:18 +08:00
样式微调
This commit is contained in:
parent
6b5e2641e4
commit
f215f3dc55
@ -1,10 +1,9 @@
|
|||||||
<template>
|
<template>
|
||||||
<q-card style="width: 450px">
|
<q-card>
|
||||||
<q-card-section class="text-h5 text-center">分享</q-card-section>
|
|
||||||
<q-card-section>
|
<q-card-section>
|
||||||
<div class="full-width">
|
<div class="full-width">
|
||||||
<q-input
|
<q-input
|
||||||
outlined
|
standout="bg-primary text-white"
|
||||||
v-model="yuQueInfo.yuQueToken"
|
v-model="yuQueInfo.yuQueToken"
|
||||||
type="text"
|
type="text"
|
||||||
label="语雀 token"
|
label="语雀 token"
|
||||||
@ -14,7 +13,7 @@
|
|||||||
</template>
|
</template>
|
||||||
</q-input>
|
</q-input>
|
||||||
</div>
|
</div>
|
||||||
<div class="full-width text-center q-pa-xs q-gutter-xs">
|
<div class="full-width text-center q-pa-sm q-gutter-xs">
|
||||||
<q-radio
|
<q-radio
|
||||||
v-for="count in 5"
|
v-for="count in 5"
|
||||||
:key="count"
|
:key="count"
|
||||||
@ -27,7 +26,7 @@
|
|||||||
>
|
>
|
||||||
</div>
|
</div>
|
||||||
</q-card-section>
|
</q-card-section>
|
||||||
<q-card-actions align="center">
|
<q-card-actions align="right">
|
||||||
<q-btn
|
<q-btn
|
||||||
flat
|
flat
|
||||||
color="grey"
|
color="grey"
|
||||||
@ -35,9 +34,10 @@
|
|||||||
label="返回"
|
label="返回"
|
||||||
v-close-popup
|
v-close-popup
|
||||||
/>
|
/>
|
||||||
<q-btn flat color="positive" icon="help" label="帮助" @click="showHelp" />
|
<q-btn flat color="info" icon="help" label="帮助" @click="showHelp" />
|
||||||
<q-btn
|
<q-btn
|
||||||
flat
|
flat
|
||||||
|
autofocus
|
||||||
color="primary"
|
color="primary"
|
||||||
icon="share"
|
icon="share"
|
||||||
:disable="disableShare"
|
:disable="disableShare"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user