From 633d7ec4746ddc44718446e73b33b164c70bc96f Mon Sep 17 00:00:00 2001
From: 15820893422 <1978476055@qq.com>
Date: Fri, 28 Jun 2024 14:00:13 +0800
Subject: [PATCH] 1
---
admin/src/views/qa/problem.vue | 6 +-
admin/src/views/qa/qa.vue | 127 ++++++++++++++++++++++++++++-----
2 files changed, 111 insertions(+), 22 deletions(-)
diff --git a/admin/src/views/qa/problem.vue b/admin/src/views/qa/problem.vue
index 4d7c95d0..0ac6657e 100644
--- a/admin/src/views/qa/problem.vue
+++ b/admin/src/views/qa/problem.vue
@@ -99,12 +99,12 @@ export default {
}
.problem_container{
display: flex;
- // justify-content: space-between;
- // margin-top: 20px;
.problem_left{
- width: 10%;
+ width: 18%;
background: #fff;
padding: 10px 20px;
+ border-right: 1px solid #46a6ff;
+ height: calc(100vh - 154px);
// border-left: 1px solid #46a6ff;
.btn{
padding: 10px 20px;
diff --git a/admin/src/views/qa/qa.vue b/admin/src/views/qa/qa.vue
index 132f9ef0..5053ebcb 100644
--- a/admin/src/views/qa/qa.vue
+++ b/admin/src/views/qa/qa.vue
@@ -49,16 +49,24 @@