style: 优化 pr_173 的问题

This commit is contained in:
奔跑的面条 2023-06-27 17:48:08 +08:00
parent cc156a0a6b
commit 0d762f7d30

View File

@ -20,7 +20,7 @@
</setting-item> </setting-item>
</setting-item-box> </setting-item-box>
<setting-item-box v-if="optionData.defaultType == DefaultTypeEnum.STATIC" :alone="true"> <setting-item-box v-if="optionData.defaultType === DefaultTypeEnum.STATIC" :alone="true">
<setting-item name="静态默认值"> <setting-item name="静态默认值">
<n-date-picker size="small" clearable v-model:value="optionData.dataset" :type="optionData.componentInteractEventKey" /> <n-date-picker size="small" clearable v-model:value="optionData.dataset" :type="optionData.componentInteractEventKey" />
</setting-item> </setting-item>
@ -34,7 +34,7 @@
<help-outline-icon></help-outline-icon> <help-outline-icon></help-outline-icon>
</n-icon> </n-icon>
</template> </template>
<n-text>打开页面时浏览器操作系统的系统时间+偏移量(单位)</n-text> <span>打开页面时浏览器操作系统的系统时间+偏移量(单位)</span>
</n-tooltip> </n-tooltip>
</template> </template>
<setting-item :name="differValueName"> <setting-item :name="differValueName">