@@ -2795,6 +2798,7 @@ export default {
& > p{
min-height: 55px;
line-height: 55px;
+ border-bottom: 1px solid #E5E5E5;
}
}
}
@@ -2812,6 +2816,18 @@ export default {
width: 100%;
}
}
+ .details-fraction{
+ float: right;
+ width:270px;
+ height:80px;
+ line-height: 80px;
+ text-align: center;
+ font-size: 30px;
+ font-weight: bold;
+ color: #e88218;
+ margin-top: -80px;
+ background: #E5E5E5;
+ }
/deep/.details-content{
/*padding: 0 67px;*/
.details-content-modular{
@@ -3007,7 +3023,6 @@ export default {
}
.basic-information{
border-top: 2px dashed #D1D1D1;
- border-bottom: 2px dashed #D1D1D1;
.modular-header{
height: 60px;
border-bottom: none;
@@ -3016,6 +3031,7 @@ export default {
& > p{
min-height: 55px;
line-height: 55px;
+ border-bottom: 1px solid #E5E5E5;
}
}
}
diff --git a/src/pages/localTool/standardWarning.vue b/src/pages/localTool/standardWarning.vue
index d1578fbfd..2ccbf4542 100644
--- a/src/pages/localTool/standardWarning.vue
+++ b/src/pages/localTool/standardWarning.vue
@@ -3,8 +3,8 @@