Commit d2fe50d3 authored by 徐一鸣's avatar 徐一鸣

应用管理列表样式

parent 2f1dd9d3
......@@ -101,6 +101,11 @@ export default {
margin-right: 18px;
cursor: pointer;
}
.app_card > .app_card-icon .el-avatar--square {
border: 3px solid #f6f7fb;
border-radius: 8px;
overflow: hidden;
}
.app_card > .app_card-info {
width: calc(100% - 56px - 20px);
}
......
......@@ -9,7 +9,6 @@
:size="56"
fit="cover"
:src="data.picture_path"
style="border: 3px solid #f6f7fb;border-radius: 8px;"
/>
</div>
<div class="organization_card-info">
......@@ -103,6 +102,11 @@ export default {
margin-right: 18px;
cursor: pointer;
}
.organization_card > .organization_card-icon .el-avatar--square {
border: 3px solid #f6f7fb;
border-radius: 8px;
overflow: hidden;
}
.organization_card > .organization_card-info {
width: calc(100% - 56px - 20px);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment