diff --git a/src/gonganxitong/notice.css b/src/gonganxitong/notice.css new file mode 100644 index 0000000..06dacf7 --- /dev/null +++ b/src/gonganxitong/notice.css @@ -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; } \ No newline at end of file diff --git a/src/gonganxitong/notice.js b/src/gonganxitong/notice.js new file mode 100644 index 0000000..0dcac5b --- /dev/null +++ b/src/gonganxitong/notice.js @@ -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]}, + ] }) + }, +}) \ No newline at end of file