Browse Source

标签匹配模型

newStyle
douzhuo 1 year ago
parent
commit
79607c0e49
2 changed files with 782 additions and 716 deletions
  1. +8
    -1
      src/page/wel.vue
  2. +774
    -715
      src/views/Template/labelModel.vue

+ 8
- 1
src/page/wel.vue View File

@@ -38,7 +38,7 @@
<!-- 项目后台 -->

<!-- 卡片部分 -->
<div class="page-container grid4 xxx">
<div class="page-container grid5 xxx">
<div class="nopagechen projectCardItem">
<div>
<div class="pageboxtitle1">正在接待</div>
@@ -2726,6 +2726,13 @@ export default {
grid-row-gap: 18px;
}

.grid5 {
display: grid !important;
grid-template-columns: repeat(5, 20%);
grid-column-gap: 12px;
grid-row-gap: 18px;
}

.page-container {
width: 97%;
display: flex;


+ 774
- 715
src/views/Template/labelModel.vue
File diff suppressed because it is too large
View File


Loading…
Cancel
Save