forked from gzzfw/frontEnd/gzDyh

zhangyongtian
2024-08-28 9b5764effcd9ff278d641ab546eb66c1cdea732b
gz-customerSystem/src/views/register/index.less
@@ -95,7 +95,7 @@
      background-color: #fff;
      margin: 8px 8px 0px 16px;
      padding: 12px 16px 16px 16px;
      height: calc(100vh - 211px);
      height: calc(100vh - 228px);
      overflow-y: scroll;
   }
@@ -198,6 +198,15 @@
//     border-color: #1A6FB8;
// }
.must {
   font-size: 12px;
   color: rgb(245, 63, 63);
   background-color: rgb(255, 236, 232);
   line-height: 20px;
   padding: 0px 4px;
   border-radius: 2px;
   margin-left: 8px;
 }
.mapPopconfirm {
   width: 300px;
   min-height: 90px;
@@ -245,4 +254,4 @@
      background-size: contain;
      border: 1px dashed #1A6FB8;
   }
}
}