[Client] Improve usability & Refactoring
This commit is contained in:
parent
37999f4af7
commit
fb8af53751
8 changed files with 27 additions and 25 deletions
|
|
@ -33,7 +33,7 @@
|
|||
</template>
|
||||
<div class="suffix" ref="suffix"><slot name="suffix"></slot></div>
|
||||
</div>
|
||||
<div class="text"><slot name="text"></slot></div>
|
||||
<div class="desc"><slot name="desc"></slot></div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
|
@ -321,7 +321,7 @@ root(fill)
|
|||
if fill
|
||||
padding-right 12px
|
||||
|
||||
> .text
|
||||
> .desc
|
||||
margin 6px 0
|
||||
font-size 13px
|
||||
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@
|
|||
@blur="focused = false"
|
||||
></textarea>
|
||||
</div>
|
||||
<div class="text"><slot name="text"></slot></div>
|
||||
<div class="desc"><slot name="desc"></slot></div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
|
@ -139,7 +139,7 @@ root(fill)
|
|||
outline none
|
||||
box-shadow none
|
||||
|
||||
> .text
|
||||
> .desc
|
||||
margin 6px 0
|
||||
font-size 13px
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue