From 6cd6b3c1c7559350fc96894fcbfe6e63ef210029 Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期二, 16 七月 2024 09:40:10 +0800
Subject: [PATCH] 样式调整
---
src/views/exam/personalRandomTemplate/list.vue | 14 ++++++--------
1 files changed, 6 insertions(+), 8 deletions(-)
diff --git a/src/views/exam/personalRandomTemplate/list.vue b/src/views/exam/personalRandomTemplate/list.vue
index eae3b5d..7f39ae2 100644
--- a/src/views/exam/personalRandomTemplate/list.vue
+++ b/src/views/exam/personalRandomTemplate/list.vue
@@ -29,15 +29,13 @@
</el-date-picker>
</el-form-item>
<el-form-item>
- <el-button type="primary" @click="submitForm">鏌ヨ</el-button>
- <!-- <router-link :to="{path:'/exam/personalSimulation/edit'}" class="link-left">
- <el-button type="primary">娣诲姞</el-button>
- </router-link> -->
+ <el-button type="primary" @click="submitForm" size="small" style="margin-right: 5px">鏌ヨ</el-button>
+ <router-link :to="{path:'/exam/personalRandomTemplate/edit'}">
+ <el-button type="success" size="small" style="margin-bottom: 5px">娣诲姞</el-button>
+ </router-link>
</el-form-item>
</el-form>
- <router-link :to="{path:'/exam/personalRandomTemplate/edit'}">
- <el-button type="primary" size="small" style="margin-bottom: 5px">娣诲姞</el-button>
- </router-link>
+
<el-table v-loading="listLoading" :data="tableData" border fit highlight-current-row style="width: 100%">
<el-table-column prop="subjectNames" label="璇剧洰" />
<el-table-column prop="name" label="鍚嶇О" />
@@ -324,4 +322,4 @@
padding: 8px 20px;
border-bottom: 1px solid #ccc;
}
-</style>
\ No newline at end of file
+</style>
--
Gitblit v1.8.0