mirror of
https://shylinux.com/x/volcanos
synced 2025-04-25 08:48:06 +08:00
opt some
This commit is contained in:
parent
48284b2235
commit
0f031c36ef
2
frame.js
2
frame.js
@ -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
|
||||
}
|
||||
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user