update
This commit is contained in:
parent
85a3a6ef9b
commit
f067495312
6
App.vue
6
App.vue
@ -74,7 +74,7 @@ export default {
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
this.handleGetUserInfo();
|
// this.handleGetUserInfo();
|
||||||
|
|
||||||
this.$util.addUserBehavior({
|
this.$util.addUserBehavior({
|
||||||
intoRoute: "/" + options.path,
|
intoRoute: "/" + options.path,
|
||||||
@ -106,6 +106,7 @@ export default {
|
|||||||
|
|
||||||
<style>
|
<style>
|
||||||
@import url("./common/uni.css");
|
@import url("./common/uni.css");
|
||||||
|
|
||||||
/*每个页面公共css */
|
/*每个页面公共css */
|
||||||
page {
|
page {
|
||||||
font-size: 26rpx;
|
font-size: 26rpx;
|
||||||
@ -128,10 +129,12 @@ page {
|
|||||||
.process-box.uni-active {
|
.process-box.uni-active {
|
||||||
padding-bottom: 30rpx;
|
padding-bottom: 30rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.process-box process-unit:nth-last-child(1) .prosess-unit::before {
|
.process-box process-unit:nth-last-child(1) .prosess-unit::before {
|
||||||
content: "";
|
content: "";
|
||||||
width: 0rpx;
|
width: 0rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ico,
|
.ico,
|
||||||
.ico-s {
|
.ico-s {
|
||||||
display: block;
|
display: block;
|
||||||
@ -203,6 +206,7 @@ checkbox .wx-checkbox-input.wx-checkbox-input-checked {
|
|||||||
checkbox .wx-checkbox-input.wx-checkbox-input-checked::before {
|
checkbox .wx-checkbox-input.wx-checkbox-input-checked::before {
|
||||||
font-size: 30rpx;
|
font-size: 30rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* #endif */
|
/* #endif */
|
||||||
button::after {
|
button::after {
|
||||||
border: none;
|
border: none;
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user