This commit is contained in:
IT 老营长 @云轩领航-创始人 2024-09-12 00:35:16 +08:00
parent 9409678d3b
commit 5a5e119e7c
3 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,5 @@
body.dark { --plugin-bg-color:#0d1117; --output-bg-color:#171a22; } body.dark { --plugin-bg-color:#0d1117; --output-bg-color:#171a22; }
$action { background-color:transparent; position:fixed; top:0; width:100%; z-index:1; } $action { background-color:transparent; position:absolute; top:0; width:100%; z-index:1; }
$action div.item.button { margin-right:5px; padding:0; height:48px; align-items:center; } $action div.item.button { margin-right:5px; padding:0; height:48px; align-items:center; }
$action div.item.button input { border:none; color:var(--notice-bg-color); min-width:60px; display:unset; } $action div.item.button input { border:none; color:var(--notice-bg-color); min-width:60px; display:unset; }
$action div.item.button input:hover { background-color:var(--hover-bg-color); } $action div.item.button input:hover { background-color:var(--hover-bg-color); }

View File

@ -27,6 +27,7 @@
"style": { "style": {
"reject": "danger", "reject": "danger",
"approve": "notice", "approve": "notice",
"placeAuth": "notice",
"placeRemove": "danger" "placeRemove": "danger"
}, },
"input": { "input": {

View File

@ -16,7 +16,7 @@ Volcanos(chat.ONIMPORT, {
return [ return [
{view: html.TITLE, list:[ {view: html.TITLE, list:[
value.name||value.user_name, value.schedule_status != "finish" && can.onimport.textView(can, value, "schedule_status"), value.name||value.user_name, value.schedule_status != "finish" && can.onimport.textView(can, value, "schedule_status"),
{view: html.ACTION, _init: function(target) { can.page.appendAction(can, value, target) }}, can.user.isMobile && {view: html.ACTION, _init: function(target) { can.page.appendAction(can, value, target) }},
]}, ]},
{view: html.STATUS, list: [value.uid && value.uid.slice(0, 6), can.base.TimeTrim(value.created_at||value.updated_at), value.reception_name]}, {view: html.STATUS, list: [value.uid && value.uid.slice(0, 6), can.base.TimeTrim(value.created_at||value.updated_at), value.reception_name]},
time, _time, time, _time,