数据资产登记详情更新
Showing
1 changed file
with
3 additions
and
2 deletions
| ... | @@ -796,14 +796,15 @@ const createBtnVisible = computed(() => { | ... | @@ -796,14 +796,15 @@ const createBtnVisible = computed(() => { |
| 796 | 796 | ||
| 797 | .list-content { | 797 | .list-content { |
| 798 | display: flex; | 798 | display: flex; |
| 799 | justify-content: space-between; | ||
| 800 | flex-wrap: wrap; | 799 | flex-wrap: wrap; |
| 801 | margin-bottom: 8px; | 800 | margin-bottom: 8px; |
| 802 | 801 | ||
| 803 | .card-content { | 802 | .card-content { |
| 804 | width: calc(33.33% - 10px); | 803 | width: calc(33.33% - 6px); |
| 805 | padding: 16px; | 804 | padding: 16px; |
| 806 | box-shadow: 0 0 0 1px #d9d9d9; | 805 | box-shadow: 0 0 0 1px #d9d9d9; |
| 806 | margin-right: 8px; | ||
| 807 | max-width: 400px; | ||
| 807 | 808 | ||
| 808 | &.active { | 809 | &.active { |
| 809 | box-shadow: 0 0 0 1px var(--el-color-primary); | 810 | box-shadow: 0 0 0 1px var(--el-color-primary); | ... | ... |
-
Please register or sign in to post a comment