整改人:李四
@@ -60,12 +60,28 @@ import { GlobalStore } from "@/stores";
font-size: 11px;
line-height: 20px;
display: flex;
+ justify-content: flex-start;
+ .line2Inner1{
+ width: 28%;
+ }
+ .line2Inner2{
+ width: 72%;
+ }
}
.itemLine3{
font-size: 11px;
line-height: 20px;
display: flex;
justify-content: space-between;
+ .line3Inner1{
+ width: 28%;
+ }
+ .line3Inner2{
+ width: 28%;
+ }
+ .line3Inner3{
+ width: 44%;
+ }
}
}
}
diff --git a/src/views/agjtLiveScreen/liveScreen/rightBottom.vue b/src/views/agjtLiveScreen/liveScreen/rightBottom.vue
index c54d89b..3afc845 100644
--- a/src/views/agjtLiveScreen/liveScreen/rightBottom.vue
+++ b/src/views/agjtLiveScreen/liveScreen/rightBottom.vue
@@ -6,8 +6,8 @@
外墙、顶板、地板出现贯通性裂缝
-
整改结果:已逾期
-
责任单位:辽宁五瞏
+
整改结果:已逾期
+
责任单位:辽宁五瞏
整改人:李四
@@ -64,12 +64,27 @@ onMounted( async () => {
font-size: 11px;
line-height: 20px;
display: flex;
+ .line2Inner1{
+ width: 28%
+ }
+ .line2Inner2{
+ width: 72%
+ }
}
.itemLine3{
font-size: 11px;
line-height: 20px;
display: flex;
justify-content: space-between;
+ .line3Inner1{
+ width: 28%;
+ }
+ .line3Inner2{
+ width: 28%;
+ }
+ .line3Inner3{
+ width: 44%;
+ }
}
}
}