1
0
mirror of https://shylinux.com/x/volcanos synced 2025-07-01 20:11:19 +08:00
This commit is contained in:
IT 老营长 @云轩领航-创始人 2025-05-30 08:36:27 +08:00
parent b4009485ad
commit ff1fe91b76
2 changed files with 3 additions and 3 deletions

View File

@ -182,7 +182,7 @@ div.output.card>div.item:hover { background-color:var(--plugin-bg-color); color:
div.output.card>div.item.stop { color:var(--disable-fg-color); } div.output.card>div.item.stop { color:var(--disable-fg-color); }
div.output.card>div.item>div.title { border-bottom:var(--box-border); font-size:var(--legend-font-size); font-weight:bold; padding-bottom:var(--input-padding); align-items:center; } div.output.card>div.item>div.title { border-bottom:var(--box-border); font-size:var(--legend-font-size); font-weight:bold; padding-bottom:var(--input-padding); align-items:center; }
div.output.card>div.item>div.title>div.title { overflow:auto } div.output.card>div.item>div.title>div.title { overflow:auto }
div.output.card>div.item>div.title>div.title>span { padding:var(--input-padding); white-space:pre; } div.output.card>div.item>div.title>div.title>span { padding:0 var(--input-padding); white-space:pre; }
div.output.card>div.item>div.title>div.title>span.exists { color:var(--notice-bg-color); } div.output.card>div.item>div.title>div.title>span.exists { color:var(--notice-bg-color); }
div.output.card>div.item>div.title>img { height:var(--header-height); width:var(--header-height); margin:0; float:left; } div.output.card>div.item>div.title>img { height:var(--header-height); width:var(--header-height); margin:0; float:left; }
div.output.card>div.item>div.title>img.jpg { padding:var(--input-padding); } div.output.card>div.item>div.title>img.jpg { padding:var(--input-padding); }

View File

@ -16,8 +16,8 @@ Volcanos(chat.ONIMPORT, {
return {view: [[html.ITEM, value.type, value.status, "s-"+value.name]], list: [ return {view: [[html.ITEM, value.type, value.status, "s-"+value.name]], list: [
{view: ["title", html.DIV], list: [ {view: ["title", html.DIV], list: [
img && {className: can.base.contains(img, ".jpg")? "jpg": "", img: img}, img && {className: can.base.contains(img, ".jpg")? "jpg": "", img: img},
{view: wiki.TITLE, list: [{text: value.name}, value.exists == "true" && {text: ["●", "", "exists"]}]}, {view: wiki.TITLE, list: [value.help && {text: value.help}, {text: value.name}, value.exists == "true" && {text: ["●", "", "exists"]}]},
value.help && {view: wiki.TITLE, list: [{text: value.help}]}, // value.help && {view: wiki.TITLE, list: [{text: value.help}]},
can.onappend.label(can, value), can.onappend.label(can, value),
]}, {view: [wiki.CONTENT, html.DIV, value.text]}, ]}, {view: [wiki.CONTENT, html.DIV, value.text]},
{view: html.ACTION, inner: value.action, _init: function(target) { can.onappend.mores(can, target, value, html.CARD_BUTTON) {view: html.ACTION, inner: value.action, _init: function(target) { can.onappend.mores(can, target, value, html.CARD_BUTTON)