|
@@ -24,7 +24,8 @@
|
|
canvas.jsmind{position:absolute;z-index:1;} */
|
|
canvas.jsmind{position:absolute;z-index:1;} */
|
|
|
|
|
|
/* z-index:2 */
|
|
/* z-index:2 */
|
|
-jmnodes{position:absolute;z-index:2;background-color:rgba(0,0,0,0);}/*background color is necessary*/
|
|
|
|
|
|
+jmnodes{z-index:2;background-color:rgba(0,0,0,0);}/*background color is necessary*/ /* 修改 */
|
|
|
|
+/* jmnodes{position:absolute;z-index:2;background-color:rgba(0,0,0,0);} */
|
|
jmnode{position:absolute;cursor:default;max-width:400px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
|
|
jmnode{position:absolute;cursor:default;max-width:400px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
|
|
jmexpander{position:absolute;width:11px;height:11px;display:block;overflow:hidden;line-height:12px;font-size:12px;text-align:center;border-radius:6px;border-width:1px;border-style:solid;cursor:pointer;}
|
|
jmexpander{position:absolute;width:11px;height:11px;display:block;overflow:hidden;line-height:12px;font-size:12px;text-align:center;border-radius:6px;border-width:1px;border-style:solid;cursor:pointer;}
|
|
|
|
|
|
@@ -168,9 +169,9 @@ jmnodes.theme-asbestos jmexpander:hover{}
|
|
|
|
|
|
/* ======================================================================================= */
|
|
/* ======================================================================================= */
|
|
/* 修改 */
|
|
/* 修改 */
|
|
-jmnodes {
|
|
|
|
|
|
+/* jmnodes {
|
|
position: initial;
|
|
position: initial;
|
|
-}
|
|
|
|
|
|
+} */
|
|
|
|
|
|
jmnode{font-size: 12px;}
|
|
jmnode{font-size: 12px;}
|
|
|
|
|