mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-07 01:46:44 +08:00
修改
This commit is contained in:
@@ -227,11 +227,12 @@
|
|||||||
ref="uModal" :asyncClose="true">
|
ref="uModal" :asyncClose="true">
|
||||||
您确定要重新学习吗?
|
您确定要重新学习吗?
|
||||||
</u-modal>
|
</u-modal>
|
||||||
<u-popup :show="btnsShow" @close="closeBtns">
|
<u-modal :show="btnsShow" @confirm="del()" @cancel="closeBtns()" :showCancelButton="true" confirmText="删除" ref="uModal" content='您确认要删除此课程吗'></u-modal>
|
||||||
|
<!-- <u-popup :show="btnsShow" @close="closeBtns">
|
||||||
<view>
|
<view>
|
||||||
<view @click="del()" class="big-button" style="color: #db0000;">删除</view>
|
<view @click="del()" class="big-button" style="color: #db0000;">删除</view>
|
||||||
<view @click="closeBtns()" class="big-button">取消</view>
|
<view @click="closeBtns()" class="big-button">取消</view>
|
||||||
</view>
|
</view> -->
|
||||||
</u-popup>
|
</u-popup>
|
||||||
<u-overlay :show="overlayShow && isOneStady === 0">
|
<u-overlay :show="overlayShow && isOneStady === 0">
|
||||||
<view class="warp">
|
<view class="warp">
|
||||||
@@ -887,6 +888,17 @@
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
|
/deep/ .u-modal{
|
||||||
|
width: 288px !important;
|
||||||
|
border-radius: 28upx;
|
||||||
|
}
|
||||||
|
/deep/ .u-modal__content{
|
||||||
|
text-align: center;
|
||||||
|
font-size: 36upx;
|
||||||
|
font-weight: 600;
|
||||||
|
color: #333333;
|
||||||
|
padding: 33px 25px 33px 25px;
|
||||||
|
}
|
||||||
.delcoures{
|
.delcoures{
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 180upx;
|
width: 180upx;
|
||||||
|
|||||||
Reference in New Issue
Block a user