fix: 部分样式调整
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
<div class="ns-tree-container">
|
||||
<div class="ns-tree-form">
|
||||
<div v-if="header" class="ns-tree-title">
|
||||
<ns-icon :name="header.icon" size="14" />
|
||||
<span>{{ header.title }}</span>
|
||||
<!-- <ns-icon :name="header.icon" size="14" /> -->
|
||||
<span class="ns-title-extra-box">{{ header.title }}</span>
|
||||
</div>
|
||||
<div v-if="!formConfig?.schema">
|
||||
<ns-form ref="formElRef" v-bind="formConfig" :model="formModel" @finish="formFinish" />
|
||||
@@ -155,9 +155,9 @@
|
||||
// padding-bottom: 10px;
|
||||
// border-bottom: 1px solid #e9e9e9;
|
||||
|
||||
> span {
|
||||
padding-left: 6px;
|
||||
}
|
||||
// > span {
|
||||
// padding-left: 6px;
|
||||
// }
|
||||
& ~ div {
|
||||
padding: 0 @gap !important;
|
||||
width: 100%;
|
||||
|
Reference in New Issue
Block a user