1
0
mirror of https://shylinux.com/x/volcanos synced 2025-04-25 08:48:06 +08:00
This commit is contained in:
shaoying 2021-01-18 20:25:55 +08:00
parent 48284b2235
commit 0f031c36ef
3 changed files with 3 additions and 3 deletions

View File

@ -403,7 +403,7 @@ Volcanos("onappend", {help: "渲染引擎", list: [], _init: function(can, meta,
return {type: "option", value: value, inner: value}
}), item.className || can.page.ClassList.add(can, item, "args")
break
case "button": item.value = value||item.value||item.name||"查看"; break
case "button": item.value = item.value||item.name||"查看"; break
case "upfile": item.type = "file"; break
}

View File

@ -150,7 +150,7 @@ div.hidden {
fieldset>form.option>div.item {
float:left; margin-right:3px;
height:25px; vertical-align:middle;
min-height:25px; vertical-align:middle;
}
fieldset>form.option>div.item label {
display:none;

View File

@ -9,5 +9,5 @@ fieldset.drawer div.output div.project div.item.select {
}
fieldset.drawer div.output div.content svg {
background-color:#1b5b738c;
min-width:400px;
min-width:500px;
}