|
@@ -2,8 +2,11 @@
|
|
|
|
|
|
<div class="app-container">
|
|
|
<div class="header">
|
|
|
- 项目详情 >
|
|
|
+ <span>
|
|
|
+ 项目详情 >
|
|
|
+ </span>
|
|
|
</div>
|
|
|
+ <div style="height: 115px;"></div>
|
|
|
|
|
|
|
|
|
<div class="naue">
|
|
@@ -385,14 +388,26 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
.app-container{
|
|
|
+ height: calc(100vh - 84px);
|
|
|
+ overflow-y: auto;
|
|
|
+ padding: 0 20px 20px;
|
|
|
+
|
|
|
.header{
|
|
|
- padding-left: 22px;
|
|
|
- height: 45px;
|
|
|
- line-height: 40px;
|
|
|
- background-color: #F1F1F1;
|
|
|
- font-size: 18px;
|
|
|
- color: #343434;
|
|
|
- margin-bottom: 90px;
|
|
|
+ padding-top: 20px;
|
|
|
+ padding-bottom: 90px;
|
|
|
+ position: fixed;
|
|
|
+ z-index: 99;
|
|
|
+ width: calc(100% - 240px);
|
|
|
+ background-color: #fff;
|
|
|
+
|
|
|
+ span{
|
|
|
+ display: block;
|
|
|
+ line-height: 45px;
|
|
|
+ padding-left: 22px;
|
|
|
+ color: #343434;
|
|
|
+ font-size: 18px;
|
|
|
+ background-color: #F1F1F1;
|
|
|
+ }
|
|
|
}
|
|
|
.naue{
|
|
|
border: 1px solid #DADADA;
|