|
@@ -91,8 +91,10 @@
|
|
|
<!-- 点击历史出来的弹窗 -->
|
|
|
<div class="hisMainBox" :class="{ hisMainBoxAc: hisInfo.id }">
|
|
|
<div class="hisMainBox1">
|
|
|
- <div class="hisTxt1" v-html="hisInfo.title"></div>
|
|
|
- <div class="hisTxt2" v-html="hisInfo.txt"></div>
|
|
|
+ <div class="hisMainBox11">
|
|
|
+ <div class="hisTxt1" v-html="hisInfo.title"></div>
|
|
|
+ <div class="hisTxt2" v-html="hisInfo.txt"></div>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
<!-- 返回按钮 -->
|
|
|
<div class="hisBack" @click="hisInfo = {}"></div>
|
|
@@ -417,24 +419,29 @@ export default {
|
|
|
box-shadow: 0 0 8px 4px #ccc;
|
|
|
border-radius: 6px;
|
|
|
padding: 20px 14px;
|
|
|
- .hisTxt1 {
|
|
|
- color: #cb0707;
|
|
|
- line-height: 20px;
|
|
|
- font-size: 16px;
|
|
|
- font-weight: 700;
|
|
|
- margin-bottom: 15px;
|
|
|
- }
|
|
|
- .hisTxt2 {
|
|
|
- text-align: left;
|
|
|
- font-size: 14px;
|
|
|
- color: #444444;
|
|
|
- line-height: 18px;
|
|
|
- /deep/p {
|
|
|
+ .hisMainBox11 {
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
+ overflow-y: auto;
|
|
|
+ .hisTxt1 {
|
|
|
+ color: #cb0707;
|
|
|
+ line-height: 20px;
|
|
|
+ font-size: 16px;
|
|
|
+ font-weight: 700;
|
|
|
margin-bottom: 15px;
|
|
|
}
|
|
|
- /deep/b {
|
|
|
- display: block;
|
|
|
- font-weight: 700;
|
|
|
+ .hisTxt2 {
|
|
|
+ text-align: left;
|
|
|
+ font-size: 14px;
|
|
|
+ color: #444444;
|
|
|
+ line-height: 18px;
|
|
|
+ /deep/p {
|
|
|
+ margin-bottom: 15px;
|
|
|
+ }
|
|
|
+ /deep/b {
|
|
|
+ display: block;
|
|
|
+ font-weight: 700;
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
}
|