|
@@ -99,20 +99,20 @@
|
|
|
|
|
|
.element-item-topic-number {
|
|
|
position: absolute;
|
|
|
- left: -28px;
|
|
|
+ left: -22px;
|
|
|
top: 0;
|
|
|
- width: 24px;
|
|
|
- height: 24px;
|
|
|
+ width: 20px;
|
|
|
+ height: 20px;
|
|
|
z-index: 99;
|
|
|
- line-height: 24px;
|
|
|
- font-size: 14px;
|
|
|
+ line-height: 20px;
|
|
|
+ font-size: 12px;
|
|
|
text-align: center;
|
|
|
background-color: $--color-primary;
|
|
|
color: #fff;
|
|
|
border-radius: 50% 0 50% 50%;
|
|
|
cursor: pointer;
|
|
|
&:hover {
|
|
|
- background-color: $--color-success;
|
|
|
+ background-color: $--color-primary-light;
|
|
|
}
|
|
|
}
|
|
|
// 编辑时,小题扩展答题区之间用虚线
|
|
@@ -261,7 +261,7 @@
|
|
|
width: 100%;
|
|
|
left: 0;
|
|
|
top: 14px;
|
|
|
- border-bottom: 1px solid $--color-text-gray-2;
|
|
|
+ border-bottom: 1px dashed $--color-text-gray;
|
|
|
z-index: 2;
|
|
|
}
|
|
|
|
|
@@ -270,7 +270,7 @@
|
|
|
top: 0;
|
|
|
z-index: 8;
|
|
|
padding: 0 10px;
|
|
|
- color: $--color-text-gray-2;
|
|
|
+ color: $--color-text-gray;
|
|
|
|
|
|
&::after {
|
|
|
content: "";
|
|
@@ -289,7 +289,7 @@
|
|
|
height: 30px;
|
|
|
width: 30px;
|
|
|
border-radius: 50%;
|
|
|
- border: 2px solid $--color-text-gray-2;
|
|
|
+ border: 2px solid $--color-text-gray;
|
|
|
line-height: 26px;
|
|
|
font-weight: bold;
|
|
|
z-index: 8;
|
|
@@ -415,12 +415,11 @@
|
|
|
justify-content: space-between;
|
|
|
|
|
|
.control-right {
|
|
|
- width: 400px;
|
|
|
+ width: 240px;
|
|
|
text-align: right;
|
|
|
flex-grow: 0;
|
|
|
.el-button {
|
|
|
- width: 100px;
|
|
|
- border-radius: 10px;
|
|
|
+ width: 60px;
|
|
|
}
|
|
|
}
|
|
|
.control-left {
|
|
@@ -428,14 +427,6 @@
|
|
|
overflow-y: hidden;
|
|
|
overflow-x: auto;
|
|
|
flex-grow: 2;
|
|
|
-
|
|
|
- .el-button {
|
|
|
- width: 80px;
|
|
|
- color: #bbb;
|
|
|
- font-weight: bold;
|
|
|
- background: rgba(245, 245, 245, 1);
|
|
|
- border-radius: 10px;
|
|
|
- }
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -475,8 +466,8 @@
|
|
|
color: $--color-text-dark-1;
|
|
|
}
|
|
|
.column-btn {
|
|
|
- width: 32px;
|
|
|
- padding: 8px 0;
|
|
|
+ width: 28px;
|
|
|
+ padding: 5px 0;
|
|
|
.icon {
|
|
|
margin-top: -2px;
|
|
|
}
|
|
@@ -508,7 +499,7 @@
|
|
|
text-align: center;
|
|
|
font-size: 12px;
|
|
|
border-radius: 5px;
|
|
|
- background-color: $--color-primary-light;
|
|
|
+ background-color: $--color-primary;
|
|
|
color: #fff;
|
|
|
}
|
|
|
}
|