From afbf287f31db7e14f7fc890f2674f281fdbef3bd Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Fri, 13 Aug 2021 08:43:00 +0800
Subject: [PATCH] 报名考试修改
---
src/views/securityUnit/index.vue | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/src/views/securityUnit/index.vue b/src/views/securityUnit/index.vue
index 624bc9d..aa0a674 100644
--- a/src/views/securityUnit/index.vue
+++ b/src/views/securityUnit/index.vue
@@ -19,6 +19,7 @@
>
<template slot-scope="{ type, size, row }" slot="menu">
<el-button
+ style="display:none"
:size="size"
:type="type"
@click="handleUploadPage(row)"
@@ -285,7 +286,7 @@
searchSize: "mini",
searchMenuSpan: 6,
height: 583,
- menuWidth: 290,
+ menuWidth: 160,
align: "center",
selection: true,
column: column,
--
Gitblit v1.9.3