计分本细节调整
This commit is contained in:
@@ -363,7 +363,7 @@ onShareTimeline(() => {
|
||||
:onClose="() => (showTip = false)"
|
||||
/>
|
||||
<view class="tip-content" v-if="showTip2">
|
||||
<text>确认删除该记录吗</text>
|
||||
<text>确认删除该记录吗?</text>
|
||||
<view>
|
||||
<button hover-class="none" @click="showTip2 = false">取消</button>
|
||||
<button hover-class="none" @click="confirmRemove">确认</button>
|
||||
@@ -484,6 +484,8 @@ onShareTimeline(() => {
|
||||
width: calc(100vw - 70rpx);
|
||||
height: calc(100vw - 70rpx);
|
||||
transform: scale(0.9);
|
||||
border-radius: 50%;
|
||||
overflow: hidden;
|
||||
}
|
||||
.heat-map > image {
|
||||
width: 100%;
|
||||
|
||||
Reference in New Issue
Block a user