jsk 样式修改

This commit is contained in:
jiask 2025-08-22 17:55:24 +08:00
parent 809501e7c6
commit 4d7d4984d7
1 changed files with 5 additions and 4 deletions

View File

@ -27,7 +27,7 @@
<td>健康证</td>
</tr>
<tr style="height: 100%;width: 100%;">
<td rowspan="5" style="height: 250px;width: 25%;">
<td rowspan="5" style="height: 230px;width: 25%;">
<div style="width: 100%;height: 100%;">
<div style="height: 100%;" ref="chartone"></div>
</div>
@ -66,7 +66,7 @@
</tr>
</table>
</div>
<div class="fegexian" style="margin-top: 10px;"></div>
<div class="fegexian"></div>
<div class="partthree">
<div class="partthree_title"><span>AI巡检记录</span></div>
<div style="width: 100%; height: 100%; ">
@ -80,7 +80,7 @@
</div>
</div>
<div style="display: flex;margin-top: 15%;">
<div style="display: flex;margin-top: 10%;">
<div class="container2">
<div class="partthree_title"><span>证照公示</span></div>
<div class="partthree_title2"><div class="fegexian2" style="margin-top: 0px;"></div></div>
@ -591,7 +591,7 @@ export default {
background-image: url("../assets/images/background.jpg");
background-size: cover; /* 覆盖整个div */
background-position: center; /* 图片居中 */
// overflow-y: auto; /* */
overflow-y: auto; /* 仅垂直滚动 */
display: flex;
width: 100%;
justify-content: center; /* 水平居中 */
@ -638,6 +638,7 @@ export default {
}
.titlediv2{
display: flex;
height: 1%;
width: 100%;
justify-content: center; /* 水平居中 */
align-items: flex-start; /* 垂直靠上 */