From cdd7b52a7872f6a00a3dd4a3857fe92fd45c2a74 Mon Sep 17 00:00:00 2001
From: lsh <s>
Date: 星期四, 16 五月 2024 09:02:16 +0800
Subject: [PATCH] #
---
 src/main/webapp/views/commandManage/commandManage.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/main/webapp/views/commandManage/commandManage.html b/src/main/webapp/views/commandManage/commandManage.html
index 539c90c..8e3e6e2 100644
--- a/src/main/webapp/views/commandManage/commandManage.html
+++ b/src/main/webapp/views/commandManage/commandManage.html
@@ -40,7 +40,7 @@
 							<el-button type="primary" @click="resetParam">閲嶇疆</el-button>
 						</el-form-item>
 					</el-form>
-					<el-table ref="singleTable" :data="tableData" style="width: 100%;" :row-class-name="tableRowClassName">
+					<el-table border ref="singleTable" :data="tableData" style="width: 100%;" :row-class-name="tableRowClassName">
 						<el-table-column label="鎿嶄綔" width="100">
 							<template slot-scope="scope">
 								<el-dropdown @command="(command)=>{handleCommand(command, scope.row)}">
--
Gitblit v1.9.1