|
@@ -236,7 +236,7 @@ function handleGoLogin(){
|
|
{{ layoutBaseInfo[item.value] }}
|
|
{{ layoutBaseInfo[item.value] }}
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
- <div class="time-box" style="text-align:right;" v-if="reportInfo.HeadResource?.ImgUrl">
|
|
|
|
|
|
+ <div class="time-box MZSM-height" style="text-align:right;" v-if="reportInfo.HeadResource?.ImgUrl">
|
|
<span class="btn" @click="isShowMZSM = true">免责声明</span>
|
|
<span class="btn" @click="isShowMZSM = true">免责声明</span>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
@@ -339,6 +339,9 @@ function handleGoLogin(){
|
|
line-height: 44px;
|
|
line-height: 44px;
|
|
margin-bottom: 20px;
|
|
margin-bottom: 20px;
|
|
}
|
|
}
|
|
|
|
+ .MZSM-height {
|
|
|
|
+ height: var(--font-size-small);
|
|
|
|
+ }
|
|
.time-box {
|
|
.time-box {
|
|
margin-top: 10px;
|
|
margin-top: 10px;
|
|
font-size: var(--font-size-small);
|
|
font-size: var(--font-size-small);
|
|
@@ -351,7 +354,7 @@ function handleGoLogin(){
|
|
.des-box {
|
|
.des-box {
|
|
background-color: #FEF9F4;
|
|
background-color: #FEF9F4;
|
|
padding: 20px;
|
|
padding: 20px;
|
|
- margin: 20px 0;
|
|
|
|
|
|
+ margin: 10px 0 20px 0;
|
|
color: var(--text-color-sub);
|
|
color: var(--text-color-sub);
|
|
font-size: var(--font-size-small);
|
|
font-size: var(--font-size-small);
|
|
line-height: 36px;
|
|
line-height: 36px;
|