fix(工具箱): 优化文本内容

This commit is contained in:
2026-01-03 19:23:10 +08:00
parent 13ed3a8fe4
commit dcd46b9afe
10 changed files with 29 additions and 29 deletions

View File

@@ -1,8 +1,8 @@
<template>
<div class="tool-detail-page">
<!-- 设置 -->
<n-card size="small" title="设置">
<!-- 配置参数 -->
<n-card size="small" title="配置参数">
<n-form
class="form-no-feedback config-inputs"
label-align="left"

View File

@@ -22,8 +22,8 @@
<!-- 代码和结果 -->
<div class="code-and-result">
<!-- 代码编辑器 -->
<n-card size="small" title="代码编辑器">
<!-- 编辑器 -->
<n-card size="small" title="编辑器">
<div ref="editorContainer" class="editor-container"></div>
</n-card>

View File

@@ -1,7 +1,7 @@
<template>
<div class="tool-detail-page">
<!-- 计时器显示 -->
<!-- 计时器 -->
<n-card size="small" title="计时器">
<div class="timer-display">
<span class="time-main">{{ formatTimeMain(data.timeDisplay) }}</span>
@@ -9,8 +9,8 @@
</div>
</n-card>
<!-- 控制按钮 -->
<n-card size="small" title="控制">
<!-- 操作 -->
<n-card size="small" title="操作">
<n-flex justify="center" gap="12">
<n-button
type="success"
@@ -33,8 +33,8 @@
</n-flex>
</n-card>
<!-- 设置 -->
<n-card size="small" title="设置">
<!-- 配置参数 -->
<n-card size="small" title="配置参数">
<n-form
class="form-no-feedback"
label-align="left"