Browse Source

调整 提交文件弹窗 的位置

dev
kim131 4 years ago
parent
commit
dfeb737569
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      src/views/main_web/workspace/components/commit-judge.vue

+ 4
- 1
src/views/main_web/workspace/components/commit-judge.vue View File

@@ -179,7 +179,10 @@ textarea {
.commit-judge-box {
position: fixed;
z-index: 11;
left: 380px;
// left: 380px;
left: 0;
right: 0;
margin: 0 auto;
top: 180px;
width: 680px;



Loading…
Cancel
Save