ec3846cf by lxs

数据资产登记详情更新

1 parent 23c39a83
...@@ -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);
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!