zhuliu 2 år sedan
förälder
incheckning
c30ad6d25b
1 ändrade filer med 12 tillägg och 11 borttagningar
  1. 12 11
      RMS-FrontEnd/src/views/report/Invalid/InvalidPage/Result.vue

+ 12 - 11
RMS-FrontEnd/src/views/report/Invalid/InvalidPage/Result.vue

@@ -737,6 +737,8 @@ export default {
 .success-row {
   background-color:#eaf3fb !important; 
 }
+</style>
+<style lang="scss" scoped>
 .edit-box:empty::before {
         content: attr(placeholder);
         color:#fff;
@@ -751,7 +753,7 @@ export default {
   }
 
   .innerTable p{
-  // min-width:200px;
+  /* min-width:200px; */
   padding: 10px 0;
   margin: 0;
   display: flex;
@@ -769,17 +771,16 @@ export default {
 .innerTable p:last-child{
   border-bottom: none;
 }
-// .innerTable p{
-//   padding:0 0 20px 0;
-// border-bottom:1px solid #EBEEF5;
-// }
+/* .innerTable p{
+   padding:0 0 20px 0;
+ border-bottom:1px solid #EBEEF5;
+ }
+
+ .innerTable p:last-child{
+  padding: 20px 0 0 0;
+  border-bottom: none;
+ } */
 
-// .innerTable p:last-child{
-//   padding: 20px 0 0 0;
-//   border-bottom: none;
-// }
-</style>
-<style>
 .innerTable .el-checkbox__label{
   width: calc(100% - 50px);
   text-align: left;