diff --git a/src/gonganxitong/portal.css b/src/gonganxitong/portal.css index 56c99d9..3c48974 100644 --- a/src/gonganxitong/portal.css +++ b/src/gonganxitong/portal.css @@ -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; } diff --git a/src/gonganxitong/portal.js b/src/gonganxitong/portal.js index 7ea3b0b..414fe54 100644 --- a/src/gonganxitong/portal.js +++ b/src/gonganxitong/portal.js @@ -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) }, diff --git a/src/renzhengshouquan/account.png b/src/renzhengshouquan/account.png new file mode 100644 index 0000000..89e0d51 Binary files /dev/null and b/src/renzhengshouquan/account.png differ diff --git a/src/renzhengshouquan/admin.png b/src/renzhengshouquan/admin.png new file mode 100644 index 0000000..9c5c47b Binary files /dev/null and b/src/renzhengshouquan/admin.png differ diff --git a/src/renzhengshouquan/auth.png b/src/renzhengshouquan/auth.png new file mode 100644 index 0000000..dc3ec36 Binary files /dev/null and b/src/renzhengshouquan/auth.png differ diff --git a/src/renzhengshouquan/cert.png b/src/renzhengshouquan/cert.png new file mode 100644 index 0000000..b49d91a Binary files /dev/null and b/src/renzhengshouquan/cert.png differ diff --git a/src/renzhengshouquan/portal.json b/src/renzhengshouquan/portal.json index 173642b..1bcd5c5 100644 --- a/src/renzhengshouquan/portal.json +++ b/src/renzhengshouquan/portal.json @@ -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": { diff --git a/src/renzhengshouquan/transition.png b/src/renzhengshouquan/transition.png new file mode 100644 index 0000000..a170d45 Binary files /dev/null and b/src/renzhengshouquan/transition.png differ