There was an error while loading. Please reload this page.
1 parent 5508013 commit 11f4ee0Copy full SHA for 11f4ee0
2 files changed
frontend/src/pages/oj/views/problem/problemSolving/problemSolvingComponent/CodeEditorHeader.vue
@@ -12,7 +12,7 @@
12
gap: 10px;
13
"
14
>
15
- <Tooltip :content="'언어 선택'" placement="top" :transfer="true">
+ <Tooltip :content="'언어 선택'" placement="top">
16
<Dropdown @on-click="changeLanguage" trigger="click" class="dropdown">
17
<span
18
style="font-size: 13px; padding-right: 3px; font-weight: 450"
frontend/src/styles/iview-custom.less
@@ -1,10 +1,6 @@
1
table {
2
width: 100% !important;
3
}
4
-
5
-.ivu-select-dropdown {
6
- z-index: 1100 !important;
7
-}
8
.auto-resize {
9
10
table-layout: auto !important;
0 commit comments