@@ -160,3 +160,6 @@ img {
span.preview {
z-index: 1;
}
+.splitpanes.default-theme .splitpanes__splitter{
+ background-color:transparent !important
+}
@@ -53,7 +53,7 @@
<pane
max-size="80"
:size="100 - paneSize"
- class="flex direction-column p-base radius-base fill-blank m-l-base table-view"
+ class="flex direction-column p-base radius-base fill-blank table-view"
>
<div class="flex items-center p-b-base m-b-base marker-name">
<span>评卷员</span>
@@ -47,7 +47,7 @@
<base-form size="small" :model="formModel" :items="formItems" :label-width="'52px'">
<template #form-item-search>
@@ -46,7 +46,7 @@
<base-form size="small" :model="formModel" :items="formItems" :label-width="'72px'">
@@ -19,7 +19,7 @@
- class="flex direction-column p-base radius-base fill-blank scroll-auto m-l-base table-view"
+ class="flex direction-column p-base radius-base fill-blank scroll-auto table-view"
<base-form ref="formRef" size="small" :model="formModel" :items="formItems" :label-width="'52px'">
@@ -27,7 +27,7 @@
@@ -36,7 +36,7 @@
<div class="flex items-center justify-between detail-info-table-header">
<el-button custom-1 size="small" class="detail-info-label">
@@ -49,7 +49,7 @@
<base-form size="small" :model="formModel" :items="formItems" :label-width="'78px'">
@@ -44,7 +44,7 @@
<base-form size="small" :model="formModel" :items="formItems" :label-width="'80px'">
<base-form size="small" :model="formModel" :items="formItems">
@@ -20,11 +20,7 @@
<p v-if="current" class="absolute mark-score">{{ current?.markScore }}</p>
</div>
</pane>
- <pane
- max-size="80"
- :size="100 - paneSize"
- class="p-base radius-base fill-blank scroll-auto m-l-base table-view"
- >
+ <pane max-size="80" :size="100 - paneSize" class="p-base radius-base fill-blank scroll-auto table-view">
<base-table
ref="tableRef"
border
@@ -28,11 +28,7 @@
<p v-if="current" class="absolute mark-score">{{ current?.score }}</p>
@@ -54,7 +54,7 @@
v-loading="loading"
@@ -46,11 +46,7 @@
@submit="onSubmit"
></scoring-panel-with-confirm>
<splitpanes class="default-theme" horizontal style="height: 100%">
<pane max-size="100" size="70" style="display: flex; flex-direction: column">
<base-form