template div style=position absolute; height 20px t-card bordered=false div t-anchor affixProps= offsetTop 0 style=margin-left -20px;margin-right 0px; size=medium t-anchor-item href=
<t-card :bordered="false">
<div style="display: flex; flex-direction: row">
<t-anchor :affixProps="{ offsetTop: 0 }" style="margin-left: -20px; margin-right: 0px;" size="medium">
<t-anchor-item :href="'#探索配置'" title="探索配置" style="margin-bottom: 10px;">
<t-anchor-item :href="'#探索范围配置'" title="探索范围配置" style="margin-bottom: 10px; margin-top: 10px;"></t-anchor-item>
<t-anchor-item :href="'#定向操作配置'" title="定向操作配置" style="margin-bottom: 10px;"></t-anchor-item>
<t-anchor-item :href="'#定时操作配置'" title="定时操作配置" style="margin-bottom: 10px;"></t-anchor-item>
</t-anchor-item>
<t-anchor-item :href="'#环境配置'" title="环境配置" style="margin-bottom: 10px;">
<t-anchor-item :href="'#弱网'" title="弱网" style="margin-bottom: 10px; margin-top: 10px;"></t-anchor-item>
</t-anchor-item>
<t-anchor-item :href="'#数据回收配置'" title="数据回收配置" style="margin-bottom: 10px;">
<t-anchor-item :href="'#截图频率'" title="截图频率" style="margin-bottom: 10px; margin-top: 10px;"></t-anchor-item>
<t-anchor-item :href="'#故障监控方式'" title="故障监控方式" style="margin-bottom: 10px;"></t-anchor-item>
</t-anchor-item>
<t-anchor-item :href="'#故障提单'" title="故障提单" style="margin-bottom: 10px;">
<t-anchor-item :href="'#提单模板'" title="提单模板" style="margin-bottom: 10px; margin-top: 10px;"></t-anchor-item>
<t-anchor-item :href="'#提单过滤'" title="提单过滤" style="margin-bottom: 10px;"></t-anchor-item>
</t-anchor-item>
</t-anchor>
<t-form
ref="form"
:data="formData"
:rules="FORM_RULES"
label-align="top"
:label-width="100"
@reset="onReset"
@submit="onSubmit"
style="margin-left: 160px; margin-right: 200px;"
>
<div class="form-basic-container">
<div class="form-basic-item">
<div class="form-basic-container-title">模板信息【UUID:{{template.template_uuid}}】</div>
<t-form-item label="模板名" name="templateTitle">
<t-input v-model="formData.templateTitle" :style="{ width: '322px' }" />
</t-form-item>
<t-form-item label="模板描述" name="templateDescription">
<t-textarea v-model="formData.templateDescription" :autosize="{ minRows: 3, maxRows: 5 }" placeholder="模板描述" />
</t-form-item>
<div id="探索配置" class="form-basic-container-title" style="font-size: 28px; margin-bottom: 0px;">探索配置</div>
</div>
</div>
</t-form>
</div>
</t-card>
</template
原文地址: https://www.cveoy.top/t/topic/iTzp 著作权归作者所有。请勿转载和采集!