liyongli преди 2 години
родител
ревизия
1926862b79
променени са 2 файла, в които са добавени 3 реда и са изтрити 0 реда
  1. 2 0
      src/view/allMedia/components/proofread_errors.vue
  2. 1 0
      src/view/allMedia/proofread.vue

+ 2 - 0
src/view/allMedia/components/proofread_errors.vue

@@ -166,6 +166,8 @@ function resumeText(item, index, pindex) {
 <style scoped>
 .errorList {
   padding: 0 5px;
+  overflow-y: auto;
+  height: calc(100vh - 256px);
 }
 .searchEnd {
   border-left: 6px solid;

+ 1 - 0
src/view/allMedia/proofread.vue

@@ -288,6 +288,7 @@ function getEle(colorPosition) {
 }
 .onlineTextMain .flex2 {
   flex: 2;
+  overflow: hidden;
 }
 .onlineTextMain > div:last-child {
   margin-right: 0;