add 公用流程页面组件

This commit is contained in:
赵霄
2023-11-30 11:30:06 +08:00
parent a536b0f75c
commit 341d94461b
8 changed files with 205 additions and 29 deletions
+2 -2
View File
@@ -88,7 +88,7 @@ export default {
<style scoped lang="less">
@import '~@assets/less/common.less';
.van-nav-bar__content {
/deep/ .van-nav-bar__content {
height: 0.88rem;
}
@@ -99,7 +99,7 @@ export default {
/*头部导航固定*/
.scroll-box {
height: calc(100vh - 0.92rem);
height: calc(100vh - 0.88rem);
overflow: auto;
}