Commit 9bd33355 by owen

营销:装修编辑器样式优化

parent 881c4f3a
......@@ -40,7 +40,6 @@ defineProps<{ property: NavigationBarProperty }>()
display: flex;
justify-content: space-between;
align-items: center;
cursor: pointer;
/* 左边 */
.left {
margin-left: 8px;
......
<template>
<div
class="flex items-center text-12px"
class="flex items-center p-y-4px text-12px"
:style="{ backgroundColor: property.backgroundColor, color: property.textColor }"
>
<el-image :src="property.iconUrl" class="h-18px" />
......
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 sign in to comment