mirror of
https://shylinux.com/x/community
synced 2025-04-25 17:48:06 +08:00
add some
This commit is contained in:
parent
9409678d3b
commit
5a5e119e7c
@ -1,5 +1,5 @@
|
||||
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 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); }
|
||||
|
@ -27,6 +27,7 @@
|
||||
"style": {
|
||||
"reject": "danger",
|
||||
"approve": "notice",
|
||||
"placeAuth": "notice",
|
||||
"placeRemove": "danger"
|
||||
},
|
||||
"input": {
|
||||
|
@ -16,7 +16,7 @@ Volcanos(chat.ONIMPORT, {
|
||||
return [
|
||||
{view: html.TITLE, list:[
|
||||
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]},
|
||||
time, _time,
|
||||
|
Loading…
x
Reference in New Issue
Block a user