瀏覽代碼

feat: clickable:hover prevent jitter

Hugh Harlequin 1 年之前
父節點
當前提交
ff4d492bbe
共有 1 個文件被更改,包括 15 次插入1 次删除
  1. 15 1
      css/excel-preview.css

+ 15 - 1
css/excel-preview.css

@@ -37,4 +37,18 @@
 		.file-error-message{
 			position: absolute;
     		top: 61px;
-		}
+		}
+		input.file-caption-name.form-control[readonly] {
+            background-color: #fff;
+        }
+
+        .excel-box .nav-tabs {
+            display: none;
+        }
+        button.btn.kv-file-zoom {
+            display: none;
+        }
+        .file-drop-zone.clickable:has(.file-preview-frame):hover {
+            padding-bottom: 6px;
+            padding-left: 7px;
+        }