|
@@ -7,12 +7,13 @@
|
|
|
@open="onOpen"
|
|
|
@closed="onClosed"
|
|
|
>
|
|
|
- <div style="height: 100%;width: 100%">
|
|
|
+ <div style="height: 100%;width: 100%;" >
|
|
|
<van-nav-bar
|
|
|
title="申诉信息"
|
|
|
:left-arrow="true"
|
|
|
@click-left="showAppealInfo = false"
|
|
|
@click-right="showActions = true"
|
|
|
+ fixed
|
|
|
>
|
|
|
<template slot="right" v-if="canActions">
|
|
|
<van-icon name="bars"/>
|
|
@@ -273,11 +274,11 @@ export default {
|
|
|
},
|
|
|
height:{
|
|
|
type: String,
|
|
|
- default: '100%'
|
|
|
+ default: '90%'
|
|
|
},
|
|
|
width:{
|
|
|
type: String,
|
|
|
- default: '100%'
|
|
|
+ default: '100vw'
|
|
|
}
|
|
|
},
|
|
|
data(){
|
|
@@ -674,10 +675,16 @@ export default {
|
|
|
|
|
|
|
|
|
<style scoped lang="less">
|
|
|
+/deep/ .van-nav-bar--fixed{
|
|
|
+ position: fixed;
|
|
|
+ top: 10%;
|
|
|
+ left: 0;
|
|
|
+ width: 100%;
|
|
|
+}
|
|
|
.container {
|
|
|
position: relative;
|
|
|
width: 100%;
|
|
|
- margin-top: 1.5rem;
|
|
|
+ margin-top: 15%;
|
|
|
|
|
|
& .card-box{
|
|
|
margin: 0.2rem;
|