1
0
mirror of https://shylinux.com/x/volcanos synced 2025-04-25 16:58:06 +08:00
This commit is contained in:
IT 老营长 @云轩领航-创始人 2024-04-27 20:43:35 +08:00
parent 0ded98804e
commit 8a85e91e35
2 changed files with 3 additions and 3 deletions

View File

@ -74,7 +74,7 @@ body {
--story-height:var(--float-height); --iframe-height:420px;
--plug-height:var(--float-height); --plug-width:var(--float-width);
--desktop-height:684px; --desktop-width:var(--float-width);
--desktop-memu-height:25px; --desktop-width:var(--float-width);
--desktop-menu-height:25px; --desktop-width:var(--float-width);
--action-button:10; --table-button:5; --card-button:5;
--order-show-limit:30; --order-show-delay:150;
--river-margin:80px; --action-margin:200px;
@ -510,7 +510,7 @@ div.input.float { z-index:10; }
div.carte.float { z-index:11; }
body>div.toast.float { z-index:12; }
fieldset.Action>div.toast { z-index:12; }
fieldset.web.chat.macos.desktop.cmd>div.output>fieldset.macos.dock { z-index:10; }
fieldset.desktop.cmd>div.output>fieldset.macos.dock { z-index:10; }
/* box-shadow */
div.float { box-shadow:var(--plugin-box-shadow); border:var(--plugin-border); }
div.float:hover { box-shadow:var(--notice-box-shadow); }

View File

@ -65,7 +65,7 @@ Volcanos(chat.ONIMPORT, {_init: function(can, msg, target) { can.Conf(html.PADDI
field: function(can, meta, target) { var item = can.base.Obj(meta.meta), padding = can.Conf(html.PADDING)
if (!item.width || parseInt(item.width) > can.ConfWidth()) { item.width = can.ConfWidth()-2*padding } var width = item.width
can.core.Item(item, function(key, value) {
if (can.base.beginWith(key, "meta.")) {
if (can.base.beginWith(key, "meta.") && key != ctx.INDEX) {
can.core.Value(item, key, value)
delete(item[key])
}