This commit is contained in:
@@ -18,7 +18,8 @@
|
||||
{{ networkStatus == 1 ? '正常' : '停机' }}
|
||||
</view>
|
||||
</view>
|
||||
<button v-if="hasPackageName" class="renew-button" @tap.stop="emit('renew')">立即续费</button>
|
||||
<up-button v-if="hasPackageName" class="renew-button" type="primary" size="small"
|
||||
@tap.stop="emit('renew')">立即续费</up-button>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
@@ -56,14 +57,8 @@
|
||||
|
||||
.renew-button {
|
||||
margin: 24rpx 0 0;
|
||||
background: var(--primary);
|
||||
color: #fff;
|
||||
border: none;
|
||||
border-radius: 12rpx;
|
||||
font-size: 26rpx;
|
||||
line-height: 2.6;
|
||||
|
||||
&::after { border: none; }
|
||||
width: 180rpx;
|
||||
margin-left: auto;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user