revert: 所有代码与custom/common分支同
This commit is contained in:
@@ -12,17 +12,16 @@ export default {
|
||||
data() {
|
||||
return {};
|
||||
},
|
||||
onShow() { },
|
||||
onShow() {},
|
||||
methods: {}
|
||||
};
|
||||
</script>
|
||||
|
||||
<style lang="scss">
|
||||
.page {
|
||||
.page{
|
||||
height: 100vh;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.closeBox {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
@@ -31,11 +30,9 @@ export default {
|
||||
align-items: center;
|
||||
margin-top: 260rpx;
|
||||
}
|
||||
|
||||
image {
|
||||
width: 400rpx;
|
||||
}
|
||||
|
||||
.close-title {
|
||||
font-size: $font-size-base;
|
||||
color: $color-tip;
|
||||
|
||||
Reference in New Issue
Block a user