mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-06-19 20:19:20 +08:00
style(editor): tree empty 样式调整
This commit is contained in:
parent
bd8bbc6154
commit
f9cf6fa500
@ -15,7 +15,7 @@
|
||||
</template>
|
||||
</TreeNode>
|
||||
</template>
|
||||
<div v-else>
|
||||
<div v-else class="m-editor-tree-empty">
|
||||
<p>{{ emptyText }}</p>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -80,4 +80,10 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.m-editor-tree-empty {
|
||||
text-align: center;
|
||||
color: #909399;
|
||||
font-size: 14px;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user