按钮调整
This commit is contained in:
parent
33a416d407
commit
068c8c258d
|
@ -1,10 +1,20 @@
|
||||||
<style lang="scss">
|
<style lang="scss" scoped>
|
||||||
.share-btn {
|
.share-btn {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
width: 120rpx;
|
width: 60rpx;
|
||||||
z-index: 20;
|
z-index: 20;
|
||||||
|
|
||||||
|
::v-deep.u-button {
|
||||||
|
border: 0;
|
||||||
|
border-color: transparent;
|
||||||
|
|
||||||
|
.u-icon__icon {
|
||||||
|
font-size: 60rpx !important;
|
||||||
|
color: #030303;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<template>
|
<template>
|
||||||
|
@ -23,8 +33,8 @@
|
||||||
</template>
|
</template>
|
||||||
</up-navbar>
|
</up-navbar>
|
||||||
|
|
||||||
<view class="share-btn" :style="{height:btns.height + 'px',top:btns.top + 'px',left:(btns.left - 70) + 'px'}">
|
<view class="share-btn" :style="{height:btns.height + 'px',top:btns.top + 'px',left:(btns.left - 40) + 'px'}">
|
||||||
<up-button type="success" icon="share" openType="share" plain text="分享" size="mini" />
|
<up-button icon="share-square" openType="share" plain size="large" loadingSize="100" />
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
<view class="navbar">
|
<view class="navbar">
|
||||||
|
|
Loading…
Reference in New Issue