1
0
mirror of https://shylinux.com/x/volcanos synced 2025-04-25 08:48:06 +08:00
This commit is contained in:
IT 老营长 @云轩领航-创始人 2024-05-23 23:41:29 +08:00
parent be157798aa
commit b21017d1e6
2 changed files with 2 additions and 1 deletions

View File

@ -240,7 +240,7 @@ Volcanos(chat.ONAPPEND, {_init: function(can, meta, list, cb, target, field) {
};
var auto; can.core.Next(can.core.Value(can, [chat.ONIMPORT, mdb.LIST])||meta.inputs, add, function() {
var p = can.misc.Search(can, ctx.ACTION); auto || can.page.style(can, can._target, "visibility", "")
can.page.style(can, can._target, "visibility", "")
can.isCmdMode() || can.page.style(can, can._target, "visibility", "")
if (can.Conf("_ismain") && !can.Conf("_role") && can.misc.Search(can, log.DEBUG) != ice.TRUE) {
} else if (p && can.isCmdMode()) {

View File

@ -749,6 +749,7 @@ fieldset.story.float:not(.plug)>form.option>div.text>span.value { display:unset;
// fieldset.float>div.action>div.item.button._space.icons { margin-left:0; }
/* svg */
svg text { font-size:var(--svg-font-size); font-family:var(--svg-font-family); stroke:var(--body-fg-color); fill:var(--body-fg-color); cursor:pointer; }
svg[font-size] text { font-size:unset; }
svg text.offline { stroke:var(--disable-fg-color); fill:var(--disable-fg-color); }
svg text:hover { cursor:pointer; }
svg rect { stroke-width:var(--svg-stroke-width); stroke:var(--body-fg-color); fill:var(--output-bg-color); cursor:pointer; }