Browse Source

文字提示限制宽度

DESKTOP-SVI9JE1\muzen 1 năm trước cách đây
mục cha
commit
19d1cc003e
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      src/common/main.scss

+ 4 - 0
src/common/main.scss

@@ -81,4 +81,8 @@
 input::-webkit-outer-spin-button,
 input::-webkit-inner-spin-button {
   -webkit-appearance: none;
+}
+
+.el-tooltip__popper {
+  width: 500px;
 }