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-02-22 09:19:53 +08:00
parent bd3bc2ba54
commit 72651edd89
2 changed files with 2 additions and 2 deletions

View File

@ -743,7 +743,7 @@ fieldset.web.code.git.status>div.output table.content { width:100%; }
fieldset.web.wiki.word>div.output>fieldset.story:not(.full) { margin:var(--title-margin) 0; } fieldset.web.wiki.word>div.output>fieldset.story:not(.full) { margin:var(--title-margin) 0; }
fieldset.web.wiki.word>div.output fieldset.story:not(.float):not(.full)>form.option>div.icon.delete { display:none; } fieldset.web.wiki.word>div.output fieldset.story:not(.float):not(.full)>form.option>div.icon.delete { display:none; }
fieldset.web.chat.script>div.output>fieldset.story { margin-top:20px; } fieldset.web.chat.script>div.output>fieldset.story { margin-top:20px; }
/* fieldset.web.chat.script>div.output>table.content { position:sticky; top:2px; } */ fieldset.web.chat.script>div.output>table.content tr.done { background-color:var(--notice-bg-color); color:var(--notice-fg-color); }
fieldset.web.chat.location>div.output>div.layout>div.layout { position:relative; } fieldset.web.chat.location>div.output>div.layout>div.layout { position:relative; }
fieldset.web.chat.location>div.output .amap-toolbar { z-index:unset; } fieldset.web.chat.location>div.output .amap-toolbar { z-index:unset; }
fieldset.web.chat.location>div.output .amap-controls { z-index:unset; } fieldset.web.chat.location>div.output .amap-controls { z-index:unset; }

View File

@ -81,7 +81,7 @@ Volcanos("user", {
can.page.style(can, carte._target, html.TOP, 200, html.BOTTOM, ""); return carte can.page.style(can, carte._target, html.TOP, 200, html.BOTTOM, ""); return carte
}, },
toastProcess: function(can, content, title, progress) { return can.user.toast(can, {content: "🕑 "+(content||ice.PROCESS), title: title, duration: -1, progress: progress}) }, toastProcess: function(can, content, title, progress) { return can.user.toast(can, {content: "🕑 "+(content||ice.PROCESS), title: title, duration: -1, progress: progress}) },
toastFailure: function(can, content, title) { return can.user.toast(can, {content: "❌ "+(content||ice.FAILURE), title: title, duration: 30000}) }, toastFailure: function(can, content, title) { return can.user.toast(can, {content: "❌ "+(content||ice.FAILURE), title: title, duration: -1}) },
toastSuccess: function(can, content, title) { return can.user.toast(can, {content: "✅ "+(content||ice.SUCCESS), title: title, duration: 3000}) }, toastSuccess: function(can, content, title) { return can.user.toast(can, {content: "✅ "+(content||ice.SUCCESS), title: title, duration: 3000}) },
toast: function(can, content, title, duration, progress, hash) { can = can._fields? can.sup: can toast: function(can, content, title, duration, progress, hash) { can = can._fields? can.sup: can
var meta = can.base.isObject(content)? content: {content: content, title: title, duration: duration, progress: progress, hash: hash} var meta = can.base.isObject(content)? content: {content: content, title: title, duration: duration, progress: progress, hash: hash}