This commit is contained in:
IT 老营长 @云轩领航-创始人 2025-06-20 08:39:31 +08:00
parent 94e0b93d51
commit 2c8db195ac
8 changed files with 9 additions and 7 deletions

View File

@ -91,7 +91,7 @@ $output div.item.card img:not(:last-child) { margin-right:10px; }
$output div.item.card div.container img { margin-right:0; height:100%; width:100%; }
$output div.item.card div.container>div.action { position:relative; float:right; }
body:not(.width1) $output div.item.card div.title>div.action { display:none; }
$output div.item.card>div.output>div { width:100%; width:calc(100% - 53px); overflow:hidden; }
body.width1 $output div.item.card>div.output>div { width:100%; width:calc(100% - 53px); overflow:hidden; }
$output div.item.card.sticky>div.output { background-color:var(--plugin-bg-color); color:var(--notice-bg-color); }
$output div.output>div.code { font-size:16px; position:relative; }
$output div.output>div.code>img { display:block; margin:10px auto; }
@ -189,7 +189,8 @@ $output>fieldset.story>div.output div.item.card>div.output div.output { padding:
$output>fieldset.story>div.output div.item.card.loaded>div.output { background-color:var(--plugin-bg-color); }
$output fieldset.story.form>div.output>div.code>input[type=button] { font-size:18px; margin:10px; height:36px; }
$output>fieldset.story.web.team.credit>div.output>div.code { margin-top:64px; }
$output fieldset.story.web.team.dashboard.summary>div.output { min-height:64px; }
$output fieldset.story.web.team.dashboard.summary>div.output { min-height:64px; display:flex; }
$output fieldset.story.web.team.dashboard.summary>div.output>div.item { flex-grow:1; }
$output fieldset.story.web.team.production.coder>div.output { background-color:var(--output-bg-color); }
$output>fieldset.qrcode table.content td { text-align:center; }
// $output>fieldset.market>div.output>div.list div.item.card img { height:48px; width:48px; min-width:48px; }

View File

@ -115,6 +115,7 @@ Volcanos(chat.ONIMPORT, {
var show = can.onmotion.toggle(can, target, !!value.dashboard_uid && (!value.member_status || value.member_status == "normal"))
if (can.onmotion.cache(can, function() { return value._uid }, target) || !show) { return } can.onimport.myTitle(can, "My Count", "我的数据", target)
can.onappend.plugin(can._root.Action, {width: can.ConfWidth()-40, space: "20240903-operation", index: "web.team.dashboard.summary", args: [value.dashboard_uid]}, function(sub) {
can._plugins = can._plugins||[], can._plugins.push(sub)
can.onmotion.toggle(can, target, value._count = true)
}, target)
},

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

View File

@ -12,11 +12,11 @@
"enter": "notice"
},
"icons": {
"cert": "https://img.icons8.com/officel/80/identification-documents--v2.png",
"auth": "https://img.icons8.com/officel/80/id-verified.png",
"account": "https://img.icons8.com/officel/80/id-verified.png",
"transition": "https://img.icons8.com/officel/80/id-verified.png",
"admin": "https://img.icons8.com/officel/80/structured-document-data.png",
"cert": "cert.png",
"auth": "auth.png",
"account": "account.png",
"transition": "transition.png",
"admin": "admin.png",
"profile": "profile.png"
},
"input": {

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.3 KiB