Commit a4519573 authored by zhengke's avatar zhengke

修改

parent 7d9441ac
...@@ -13,11 +13,11 @@ ...@@ -13,11 +13,11 @@
height: auto !important; height: auto !important;
overflow: hidden; overflow: hidden;
margin-top: 20px; margin-top: 20px;
min-width: 1280px; /* min-width: 1280px; */
} }
.Exam-left { .Exam-left {
width: 328px; width: 29%;
border-right: 1px solid #d9d9d9; border-right: 1px solid #d9d9d9;
border-bottom: 1px solid #d9d9d9; border-bottom: 1px solid #d9d9d9;
border-radius: 3px; border-radius: 3px;
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
} }
.Exam-right { .Exam-right {
width: 61%; width: 65%;
min-height: 795px; min-height: 795px;
background: #fff; background: #fff;
border-radius: 3px; border-radius: 3px;
...@@ -58,7 +58,7 @@ ...@@ -58,7 +58,7 @@
} }
.Left-list { .Left-list {
width: 328px; width: 100%;
border-top: 1px solid #d9d9d9; border-top: 1px solid #d9d9d9;
} }
...@@ -114,7 +114,7 @@ ...@@ -114,7 +114,7 @@
} }
.List-bt { .List-bt {
width: 326px; width: 100%;
height: 27px; height: 27px;
margin-left: 1px; margin-left: 1px;
background: #fdfdfd; background: #fdfdfd;
...@@ -206,7 +206,7 @@ ...@@ -206,7 +206,7 @@
} }
.exam_DetailList { .exam_DetailList {
width: 220px; width: 80%;
display: inline-block; display: inline-block;
overflow: hidden; overflow: hidden;
white-space: nowrap; white-space: nowrap;
...@@ -227,7 +227,7 @@ ...@@ -227,7 +227,7 @@
<div class="examPaper page-body"> <div class="examPaper page-body">
<div class="examPaper_Top"> <div class="examPaper_Top">
<div style="width:80%;display:flex;"> <div style="width:80%;display:flex;">
<div style="width:36%;margin:0 20px;"> <div style="width:36%;margin-right:20px;">
<q-input filled label="标题" v-model="DataObj.PaperName" /> <q-input filled label="标题" v-model="DataObj.PaperName" />
</div> </div>
<div style="width:24%;"> <div style="width:24%;">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment