优化
This commit is contained in:
@@ -605,9 +605,13 @@ Component({
|
||||
this.triggerEvent('showPageMeta');
|
||||
},
|
||||
onZhuanChangVisibleChange(e) {
|
||||
console.log("onZhuanChangVisibleChange:", e.detail.visible)
|
||||
this.setData({
|
||||
zhuanchang_show: e.detail.visible,
|
||||
});
|
||||
if(e.detail.visible == false){
|
||||
this.triggerEvent('hidePageMeta');
|
||||
}
|
||||
},
|
||||
onshowJianJieNote(e){
|
||||
e.detail // 自定义组件触发事件时提供的 detail 对象
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
background-color: #fff;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
margin-top: 20rpx;
|
||||
margin-bottom: 20rpx;
|
||||
}
|
||||
.content_1,.content_3,.content_2{
|
||||
display: flex;
|
||||
@@ -16,6 +16,8 @@
|
||||
.name{
|
||||
font-size: 30rpx;
|
||||
color: #666666;
|
||||
height: 50rpx;
|
||||
line-height: 50rpx;
|
||||
}
|
||||
.date{
|
||||
font-size: 30rpx;
|
||||
@@ -72,4 +74,14 @@
|
||||
.dialog_confirm_btn{
|
||||
border-top: 1px solid #E9E9E9;
|
||||
color: #3CC7C0;
|
||||
}
|
||||
.t-badge__content-text {
|
||||
line-height: 70rpx !important;
|
||||
background-color: #E34D59 !important;
|
||||
}
|
||||
.t-badge{
|
||||
background-color: burlywood !important;
|
||||
}
|
||||
.t-badge__content,.t-class-content{
|
||||
background-color: crimson !important;
|
||||
}
|
||||
Reference in New Issue
Block a user