ec3846cf by lxs

数据资产登记详情更新

1 parent 23c39a83
......@@ -796,14 +796,15 @@ const createBtnVisible = computed(() => {
.list-content {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
margin-bottom: 8px;
.card-content {
width: calc(33.33% - 10px);
width: calc(33.33% - 6px);
padding: 16px;
box-shadow: 0 0 0 1px #d9d9d9;
margin-right: 8px;
max-width: 400px;
&.active {
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!