mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-07-04 15:12:45 +08:00
调整 textarea 样式
This commit is contained in:
parent
a4179cb9d8
commit
c46dfe3be6
@ -8,26 +8,23 @@
|
||||
class="fixed"
|
||||
:style="{
|
||||
top: 0,
|
||||
bottom: '36px',
|
||||
bottom: 0,
|
||||
left: 0,
|
||||
right: 0,
|
||||
background: '#00000000',
|
||||
color: $q.dark.isActive ? 'white' : 'black',
|
||||
fontSize: '16px',
|
||||
outline: 'none',
|
||||
border: '3px solid #3577cb',
|
||||
borderRadius: '5px',
|
||||
}"
|
||||
/>
|
||||
<q-btn-group
|
||||
spread
|
||||
class="fixed-bottom"
|
||||
:style="{
|
||||
left: 0,
|
||||
right: 0,
|
||||
}"
|
||||
<div
|
||||
class="fixed-bottom-right q-pa-md q-gutter-sm"
|
||||
>
|
||||
<q-btn label="取消" color="negative" @click="onCancelClick" />
|
||||
<q-btn label="确定" color="primary" @click="onOKClick" />
|
||||
</q-btn-group>
|
||||
<q-btn round color="blue-grey" icon="arrow_back" @click="onCancelClick" />
|
||||
<q-btn round color="primary" icon="done" @click="onOKClick" />
|
||||
</div>
|
||||
</q-card>
|
||||
</q-dialog>
|
||||
</template>
|
||||
|
Loading…
x
Reference in New Issue
Block a user