From 9f33f25c9999e1e64dcec069f08b218d01d149fb Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Thu, 29 Jul 2021 21:10:57 +0800
Subject: [PATCH] 报名考试样式调整
---
src/views/applyexam/index.vue | 4 ++--
src/styles/element-ui.scss | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/styles/element-ui.scss b/src/styles/element-ui.scss
index 0283869..c37a178 100644
--- a/src/styles/element-ui.scss
+++ b/src/styles/element-ui.scss
@@ -181,7 +181,7 @@
.morpheus-box-apply-exam .el-card.is-never-shadow.avue-crud__search {
width: calc(100% - 390px) !important;
- left: 300px !important;
+ left: 220px !important;
}
.avue-form {
diff --git a/src/views/applyexam/index.vue b/src/views/applyexam/index.vue
index 02e65dd..4c50cd7 100644
--- a/src/views/applyexam/index.vue
+++ b/src/views/applyexam/index.vue
@@ -50,13 +50,13 @@
</el-button>
</template> -->
- <template slot="menuLeft">
+ <!-- <template slot="menuLeft">
<el-button type="danger"
size="small"
icon="el-icon-delete"
@click="questionBankHandleDelete">删 除
</el-button>
- </template>
+ </template> -->
<template slot-scope="{ type,row }" slot="menu">
<el-button
--
Gitblit v1.9.3