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"
label-align="right"

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 form-data"
label-align="right"
@@ -80,8 +80,8 @@
</n-form>
</n-card>
<!-- 转换 -->
<n-card size="small" title="转换">
<!-- 结果 -->
<n-card size="small" title="结果">
<n-form
class="form-no-feedback form-data"
label-align="right"

View File

@@ -1,8 +1,8 @@
<template>
<div class="tool-detail-page">
<!-- 设置 -->
<n-card size="small" title="设置">
<!-- 配置参数 -->
<n-card size="small" title="配置参数">
<n-flex>
<!-- 缩进空格 -->
<div class="config-item">

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"
label-align="right"

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"
label-align="right"

View File

@@ -7,8 +7,8 @@
<n-p>若内容出现乱码请尝试更改文件编码后重新打开文件</n-p>
</n-card>
<!-- 设置 -->
<n-card size="small" title="设置">
<!-- 配置参数 -->
<n-card size="small" title="配置参数">
<n-flex>
<!-- 文件编码 -->
<div class="config-item">

View File

@@ -1,8 +1,8 @@
<template>
<div class="tool-detail-page">
<!-- 注意 -->
<n-card size="small" title="注意">
<!-- 注意事项 -->
<n-card size="small" title="注意事项">
<n-p>由于浏览器限制通过 HTTPS 访问网站时只能连接带 SSL WebSocketWSS</n-p>
<n-p>若需要连接不带 SSL WebSocketWS建议下载到本地后使用</n-p>
</n-card>
@@ -73,8 +73,8 @@
</n-flex>
</n-card>
<!-- 日志 -->
<n-card size="small" title="日志">
<!-- 日志内容 -->
<n-card size="small" title="日志内容">
<div
ref="logsContentRef"
class="logs-content"
@@ -107,8 +107,8 @@
</div>
</n-card>
<!-- 设置 -->
<n-card size="small" title="设置">
<!-- 配置参数 -->
<n-card size="small" title="配置参数">
<n-form
class="form-no-feedback"
label-align="left"

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"