forked from gzzfw/frontEnd/gzDyh

dminyi
2024-09-09 3968797420c55607e7643f701ad9aa3d3efb775a
gz-customerSystem/src/views/register/index.less
@@ -809,15 +809,32 @@
}
.VisitWorkBench{
   margin: 16px;
   &-top{
      background: #ffffff;
    padding: 12px 16px 16px 16px;
      &-list{
         display: flex;
         gap: 24px;
         margin-top: 16px;
         &-tabsItem{
            display: flex;
            padding: 12px 16px;
            flex: 1;
            justify-content: space-between;
            &-title {
               font-size: 18px;
               margin-right: 4px;
            }
            &-imgView {
               width: 48px;
               height: 48px;
            }
         }
   
      }
@@ -825,10 +842,26 @@
   }
   &-middle{
      background: #ffffff;
      padding: 12px 16px 16px 16px;
      margin-top: 12px;
   }
   &-bottom{}
   &-bottom {
      background-color: #fff;
      padding: 12px 16px 16px 16px;
      margin-top: 12px;
      &-title{
         width: 140px;
      }
      &-img {
         width: 72px;
         height: 72px;
      }
   }
}