1
0
forked from x/volcanos
This commit is contained in:
harveyshao 2022-11-07 22:27:45 +08:00
parent 4757ae50dc
commit eefab21cd5
2 changed files with 3 additions and 3 deletions

View File

@ -89,6 +89,7 @@ fieldset.input.date div.output td { padding:2px 10px; }
fieldset.input.date div.output td span.lunar { font-size:8px; display:block; clear:both; }
fieldset.input.date div.output td span.lunar.fest { color:red; }
fieldset.input.date div.output td span.lunar.term { color:green; }
fieldset.input.date div.status { text-align:center; }
fieldset.input.date table { text-align:center; width:280px; }
fieldset.input.date select { width:63px; }
fieldset.input.date select[name=month] { width:70px; }

View File

@ -3,9 +3,8 @@ Volcanos(chat.ONIMPORT, {help: "导入数据",
can.ui._tabs = can.page.insertBefore(can, ["tabs"], can.ui._content), can.ui._path = can.page.insertBefore(can, ["path"], can.ui._content)
can.page.Append(can, can.ui._tabs, [{view: [["time", "select"]], style: {"float": html.RIGHT}, _init: function(target) {
can.core.Timer({interval: 100}, function() { can.page.Appends(can, target, [{text: can.base.Time()}]) })
can.onappend.figure(can, {action: "date"}, target, function(sub, value) {
can.onimport.tabview(can, can.Option(nfs.PATH), "web.team.plan", ctx.INDEX)
}), target.onmouseenter = target.click
can.onappend.figure(can, {action: "date"}, target, function(sub, value) { can.onimport.tabview(can, can.Option(nfs.PATH), "web.team.plan", ctx.INDEX) })
target.onmouseenter = target.click
}}])
},