style: 顶部横向导航 + 登录页工业重设计 + 清除 placeholder 文本

- Layout: 恢复顶部横向导航,图标换为 SVG 几何图形
- Login: 西门子风格重设计,去掉渐变/圆角/placeholder
- 全局清除所有输入框 placeholder 说明文字
- 修复 Equipment.vue 重复 style 属性
This commit is contained in:
2026-05-27 17:04:48 +08:00
parent d4f334761f
commit fb28599365
10 changed files with 144 additions and 161 deletions

View File

@@ -5,7 +5,7 @@
<div class="flex-row" style="flex-wrap:wrap;gap:12px;">
<div class="flex-row">
<span class="kv-label">报文类型</span>
<input v-model="query.msg_type" class="kv-input" style="width:90px;" placeholder="PC01..." />
<input v-model="query.msg_type" class="kv-input" style="width:90px;" />
</div>
<div class="flex-row">
<span class="kv-label">方向</span>