优化布局
parent
1eb2540c67
commit
27a036bc00
|
@ -8,8 +8,8 @@
|
||||||
<use xlink:href="#icon-list-add"></use>
|
<use xlink:href="#icon-list-add"></use>
|
||||||
</svg>
|
</svg>
|
||||||
</button>
|
</button>
|
||||||
<button :class="$style.listsAdd" @click="isShowListUpdateModal = true" style="transform: rotate(45deg);" :aria-label="$t('list_update_modal__title')">
|
<button :class="$style.listsAdd" @click="isShowListUpdateModal = true" :aria-label="$t('list_update_modal__title')">
|
||||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xlink="http://www.w3.org/1999/xlink" height="70%" viewBox="0 0 24 24" space="preserve">
|
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xlink="http://www.w3.org/1999/xlink" style="transform: rotate(45deg);" height="70%" viewBox="0 0 24 24" space="preserve">
|
||||||
<use xlink:href="#icon-refresh"></use>
|
<use xlink:href="#icon-refresh"></use>
|
||||||
</svg>
|
</svg>
|
||||||
</button>
|
</button>
|
||||||
|
@ -514,6 +514,7 @@ export default {
|
||||||
}
|
}
|
||||||
.headerBtns {
|
.headerBtns {
|
||||||
flex: none;
|
flex: none;
|
||||||
|
display: flex;
|
||||||
}
|
}
|
||||||
.listsAdd {
|
.listsAdd {
|
||||||
// position: absolute;
|
// position: absolute;
|
||||||
|
|
Loading…
Reference in New Issue