Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
华
华夏模拟理财_20250701
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
SparkProjects
华夏模拟理财_20250701
Commits
c5234f98
Commit
c5234f98
authored
Aug 11, 2025
by
俞嘉婷
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 答题弹窗 题目高度自适应
parent
0b109208
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
5 deletions
+8
-5
index.less
src/panels/answerPanel/index.less
+8
-5
No files found.
src/panels/answerPanel/index.less
View file @
c5234f98
...
@@ -6,6 +6,8 @@
...
@@ -6,6 +6,8 @@
left: 0px;
left: 0px;
top: 0px;
top: 0px;
position: absolute;
position: absolute;
padding-top: 590px;
box-sizing: border-box;
.bg {
.bg {
left: 41px;
left: 41px;
...
@@ -17,24 +19,25 @@
...
@@ -17,24 +19,25 @@
}
}
.question-title {
.question-title {
top: 590px;
//
top: 590px;
left: 103px;
left: 103px;
position:
absolut
e;
position:
relativ
e;
width: 540px;
width: 540px;
height: 190px;
max-
height: 190px;
overflow-y: scroll;
overflow-y: scroll;
overflow-x: hidden;
overflow-x: hidden;
font-size: 26px;
font-size: 26px;
color: rgb(70, 26, 18);
color: rgb(70, 26, 18);
font-weight: bold;
font-weight: bold;
line-height: 1.4;
line-height: 1.4;
margin-bottom: 20px;
}
}
.answer-con {
.answer-con {
width: 586px;
width: 586px;
height: 360px;
height: 360px;
position:
absolut
e;
position:
relativ
e;
top: 800px;
//
top: 800px;
left: 80px;
left: 80px;
display: flex;
display: flex;
flex-direction: column;
flex-direction: column;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment