|
@ -3,8 +3,8 @@ |
|
|
<div class="ns-tree-container"> |
|
|
<div class="ns-tree-container"> |
|
|
<div class="ns-tree-form"> |
|
|
<div class="ns-tree-form"> |
|
|
<div v-if="header" class="ns-tree-title"> |
|
|
<div v-if="header" class="ns-tree-title"> |
|
|
<ns-icon :name="header.icon" size="14" /> |
|
|
<!-- <ns-icon :name="header.icon" size="14" /> --> |
|
|
<span>{{ header.title }}</span> |
|
|
<span class="ns-title-extra-box">{{ header.title }}</span> |
|
|
</div> |
|
|
</div> |
|
|
<div v-if="!formConfig?.schema"> |
|
|
<div v-if="!formConfig?.schema"> |
|
|
<ns-form ref="formElRef" v-bind="formConfig" :model="formModel" @finish="formFinish" /> |
|
|
<ns-form ref="formElRef" v-bind="formConfig" :model="formModel" @finish="formFinish" /> |
|
@ -155,9 +155,9 @@ |
|
|
// padding-bottom: 10px; |
|
|
// padding-bottom: 10px; |
|
|
// border-bottom: 1px solid #e9e9e9; |
|
|
// border-bottom: 1px solid #e9e9e9; |
|
|
|
|
|
|
|
|
> span { |
|
|
// > span { |
|
|
padding-left: 6px; |
|
|
// padding-left: 6px; |
|
|
} |
|
|
// } |
|
|
& ~ div { |
|
|
& ~ div { |
|
|
padding: 0 @gap !important; |
|
|
padding: 0 @gap !important; |
|
|
width: 100%; |
|
|
width: 100%; |
|
|