From cdbbca43c4466d36e9cef08b81cb0fe689c6da25 Mon Sep 17 00:00:00 2001 From: dap <15891557205@163.com> Date: 星期四, 14 十一月 2024 16:23:16 +0800 Subject: [PATCH] chore: 锁定vue-json-pretty版本 --- src/views/system/user/profile/onlineDevice.vue | 6 ++---- 1 files changed, 2 insertions(+), 4 deletions(-) diff --git a/src/views/system/user/profile/onlineDevice.vue b/src/views/system/user/profile/onlineDevice.vue index 479e89a..bd7c822 100644 --- a/src/views/system/user/profile/onlineDevice.vue +++ b/src/views/system/user/profile/onlineDevice.vue @@ -1,6 +1,6 @@ <template> <div> - <el-table :data="devices" style="width: 100%; height: 100%; font-size: 10px"> + <el-table :data="devices" style="width: 100%; height: 100%; font-size: 14px"> <el-table-column label="璁惧绫诲瀷" align="center"> <template #default="scope"> <dict-tag :options="sys_device_type" :value="scope.row.deviceType" /> @@ -18,8 +18,7 @@ <el-table-column label="鎿嶄綔" align="center" class-name="small-padding fixed-width"> <template #default="scope"> <el-tooltip content="鍒犻櫎" placement="top"> - <el-button link type="primary" icon="Delete" @click="handldDelOnline(scope.row)"> - </el-button> + <el-button link type="primary" icon="Delete" @click="handldDelOnline(scope.row)"> </el-button> </el-tooltip> </template> </el-table-column> @@ -55,5 +54,4 @@ }) .catch(() => {}); }; - </script> -- Gitblit v1.9.3