1
0
mirror of https://shylinux.com/x/volcanos synced 2025-04-25 16:58:06 +08:00
This commit is contained in:
harveyshao 2022-02-14 01:49:47 +08:00
parent b8a0c6de42
commit 82e812a24c
3 changed files with 5 additions and 4 deletions

View File

@ -16,6 +16,9 @@ div.story { text-align:left; white-space:pre; }
p.story {
clear:both;
}
div.story[data-type=spark][data-name=shell] {
clear:both;
}
div.story[data-type=spark] {
background-color:#2169a9a6; color:white;
box-shadow:4px 4px 10px 1px #626bd0;

View File

@ -116,7 +116,7 @@ Volcanos("onimport", {help: "导入数据", list: [], _init: function(can, msg,
Volcanos("onaction", {help: "交互数据", list: [], _init: function(can, cb, target) {
can.base.isFunc(cb) && cb()
},
_menus: [["setting", chat.BLACK, chat.WHITE, chat.PRINT, "webpack", "devpack", "toimage", "refresh"]],
_menus: [["setting", chat.BLACK, chat.WHITE, chat.PRINT, "webpack", "toimage"]],
_trans: {
"search": "搜索",
"create": "创建",
@ -127,7 +127,6 @@ Volcanos("onaction", {help: "交互数据", list: [], _init: function(can, cb, t
"white": "白色主题",
"print": "打印主题",
"toimage": "生成图片",
"refresh": "刷新页面",
"shareuser": "共享用户",
"setnick": "设置昵称",
@ -184,7 +183,6 @@ Volcanos("onaction", {help: "交互数据", list: [], _init: function(can, cb, t
})
},
toimage: function(event, can, button) { can.onmotion.toimage(event, can, document.title, document.body) },
refresh: function(event, can, button) { can.onlayout._init(can) },
carte: function(event, can, list, cb, trans) { can.user.carte(event, can, can.onaction, list, cb) },
share: function(event, can, args) {

View File

@ -1,5 +1,5 @@
fieldset.inner>div.action div.tabs {
border:solid 2px red; padding:2px;
border:solid 2px red; padding:2px; font-size:1.21rem;
}
fieldset.inner>div.action div.tabs.over {
background-color:blue;