Browse Source

【值班系统】管理人员-工作台,单位情况tab单位考勤排版样式参考UI进行调整

CzRger 1 year ago
parent
commit
5994df557d
1 changed files with 3 additions and 2 deletions
  1. 3 2
      src/views/staging/zbgly/center/card.vue

+ 3 - 2
src/views/staging/zbgly/center/card.vue

@@ -197,11 +197,11 @@ export default defineComponent({
 <style scoped lang="scss">
 .card-com {
   width: 100%;
-  height: 100%;
   display: grid;
   gap: 10px;
-  grid-template-columns: repeat(3, 1fr);
+  grid-template-columns: repeat(3, 303px);
   overflow-y: auto;
+  overflow-x: hidden;
   padding-top: 18px;
   .item {
     height: 155px;
@@ -256,6 +256,7 @@ export default defineComponent({
       font-weight: 400;
       color: #E2EBF1;
       margin-top: 10px;
+      word-break: keep-all;
       >img {
         margin-right: 8px;
       }