mirror of
https://shylinux.com/x/community
synced 2025-07-01 13:14:44 +08:00
add some
This commit is contained in:
parent
1e699df15a
commit
5b5ed077f6
4
src/gonganxitong/notice.css
Normal file
4
src/gonganxitong/notice.css
Normal file
@ -0,0 +1,4 @@
|
||||
$output table.content.detail td:first-child { display:none; }
|
||||
$output table.content.detail tr.title td:last-child { font-size:18px; }
|
||||
$output table.content.detail tr.action td:last-child { text-align:right !important; }
|
||||
$input tr.content div.item.content textarea { height:320px; }
|
8
src/gonganxitong/notice.js
Normal file
8
src/gonganxitong/notice.js
Normal file
@ -0,0 +1,8 @@
|
||||
Volcanos(chat.ONIMPORT, {
|
||||
_init: function(can, msg) {
|
||||
can.onimport.myView(can, msg, function(value) { return [
|
||||
{view: html.TITLE, list: [value.title, can.onimport.titleAction(can, value)]}, can.onimport.metaView(can, value),
|
||||
{view: html.OUTPUT, list: [value.content]},
|
||||
] })
|
||||
},
|
||||
})
|
Loading…
x
Reference in New Issue
Block a user