Przeglądaj źródła

注释表格样式优化

bhikkhu-kosalla-china 4 lat temu
rodzic
commit
fc6f51a03b
1 zmienionych plików z 11 dodań i 0 usunięć
  1. 11 0
      app/studio/css/style.css

+ 11 - 0
app/studio/css/style.css

@@ -4898,3 +4898,14 @@ note {
 	object-fit: cover;
 	background-size: contain;
 }
+
+#word_note_pop_content th{
+	border: 1px solid #000000;
+    font-size: 100%;
+	border-spacing: 0
+}
+#word_note_pop_content td{
+	border: 1px solid #000000;
+    font-size: 80%;
+	border-spacing: 0
+}