From 66ec594270f2e45f358fb8718ce786a359416fc4 Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期三, 06 三月 2024 15:04:05 +0800 Subject: [PATCH] 点位样式 --- src/views/system/point/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/system/point/index.vue b/src/views/system/point/index.vue index ff84d5d..73ec4a3 100644 --- a/src/views/system/point/index.vue +++ b/src/views/system/point/index.vue @@ -1,6 +1,6 @@ <template> <div class="app-container"> - <el-form :model="queryParams" ref="queryForm" size="small" :inline="true" v-show="showSearch" label-width="68px"> + <el-form :model="queryParams" ref="queryForm" size="small" :inline="true" v-show="showSearch" label-width="100px"> <el-form-item label="鐐逛綅鍚嶇О" prop="pointName"> <el-input v-model="queryParams.pointName" -- Gitblit v1.8.0