|
@@ -188,7 +188,14 @@
|
|
</tr>
|
|
</tr>
|
|
<tr v-if="store.setting.statusValue !== 'TRIAL'">
|
|
<tr v-if="store.setting.statusValue !== 'TRIAL'">
|
|
<td>问题卷</td>
|
|
<td>问题卷</td>
|
|
- <td><a-button @click="openProblemModal">选择问题类型</a-button></td>
|
|
|
|
|
|
+ <td>
|
|
|
|
+ <a-button
|
|
|
|
+ type="text"
|
|
|
|
+ style="color: #5d65ff; margin-right: -15px"
|
|
|
|
+ @click="openProblemModal"
|
|
|
|
+ >选择问题类型</a-button
|
|
|
|
+ >
|
|
|
|
+ </td>
|
|
</tr>
|
|
</tr>
|
|
<tr v-if="isScanImage()">
|
|
<tr v-if="isScanImage()">
|
|
<td>分数/标记大小</td>
|
|
<td>分数/标记大小</td>
|
|
@@ -451,10 +458,15 @@ watch(
|
|
.header-bg-color.ant-btn:hover {
|
|
.header-bg-color.ant-btn:hover {
|
|
background-color: #5d6d7d !important;
|
|
background-color: #5d6d7d !important;
|
|
}
|
|
}
|
|
|
|
+
|
|
.assistant-table {
|
|
.assistant-table {
|
|
z-index: 5500;
|
|
z-index: 5500;
|
|
border-collapse: separate;
|
|
border-collapse: separate;
|
|
- border-spacing: 0 0.5em;
|
|
|
|
|
|
+ border-spacing: 0 1em;
|
|
|
|
+ color: #435488;
|
|
|
|
+}
|
|
|
|
+.assistant-table tr td:nth-child(2) {
|
|
|
|
+ text-align: right;
|
|
}
|
|
}
|
|
.svg-red {
|
|
.svg-red {
|
|
filter: invert(27%) sepia(51%) saturate(2878%) hue-rotate(346deg)
|
|
filter: invert(27%) sepia(51%) saturate(2878%) hue-rotate(346deg)
|