mirror of
https://github.com/rubickCenter/rubick
synced 2025-06-08 19:54:05 +08:00
🐛 fix style
This commit is contained in:
parent
554b208f80
commit
d562d88768
@ -114,15 +114,15 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="short-cut item">
|
<div class="short-cut item">
|
||||||
<div>功能关键字</div>
|
<div>功能关键字</div>
|
||||||
<a-input
|
<template v-for="(item, index) in global" :key="index">
|
||||||
:key="index"
|
<a-input
|
||||||
:value="item.value"
|
:value="item.value"
|
||||||
v-for="(item, index) in global"
|
class="value"
|
||||||
class="value"
|
allowClear
|
||||||
allowClear
|
:disabled="!item.key"
|
||||||
:disabled="!item.key"
|
@change="e => changeGlobalValue(index, e.target.value)"
|
||||||
@change="e => changeGlobalValue(index, e.target.value)"
|
/>
|
||||||
/>
|
</template>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div @click="addConfig" class="add-global">
|
<div @click="addConfig" class="add-global">
|
||||||
@ -333,6 +333,7 @@ const { shortCut, common, local, global } = toRefs(state);
|
|||||||
font-weight: lighter;
|
font-weight: lighter;
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
display: block;
|
||||||
&:hover {
|
&:hover {
|
||||||
.anticon {
|
.anticon {
|
||||||
display: block;
|
display: block;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user