Skip to content

Commit 11f4ee0

Browse files
authored
Revert "#646 언어 선택 드롭다운 위에 툴팁 겹침 현상 수정 (#647)" (#651)
This reverts commit 6d2268d.
1 parent 5508013 commit 11f4ee0

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

frontend/src/pages/oj/views/problem/problemSolving/problemSolvingComponent/CodeEditorHeader.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
gap: 10px;
1313
"
1414
>
15-
<Tooltip :content="'언어 선택'" placement="top" :transfer="true">
15+
<Tooltip :content="'언어 선택'" placement="top">
1616
<Dropdown @on-click="changeLanguage" trigger="click" class="dropdown">
1717
<span
1818
style="font-size: 13px; padding-right: 3px; font-weight: 450"

frontend/src/styles/iview-custom.less

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
table {
22
width: 100% !important;
33
}
4-
5-
.ivu-select-dropdown {
6-
z-index: 1100 !important;
7-
}
84
.auto-resize {
95
table {
106
table-layout: auto !important;

0 commit comments

Comments
 (0)