forked from x/volcanos
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}
|
return {type: "option", value: value, inner: value}
|
||||||
}), item.className || can.page.ClassList.add(can, item, "args")
|
}), item.className || can.page.ClassList.add(can, item, "args")
|
||||||
break
|
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
|
case "upfile": item.type = "file"; break
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -150,7 +150,7 @@ div.hidden {
|
|||||||
|
|
||||||
fieldset>form.option>div.item {
|
fieldset>form.option>div.item {
|
||||||
float:left; margin-right:3px;
|
float:left; margin-right:3px;
|
||||||
height:25px; vertical-align:middle;
|
min-height:25px; vertical-align:middle;
|
||||||
}
|
}
|
||||||
fieldset>form.option>div.item label {
|
fieldset>form.option>div.item label {
|
||||||
display:none;
|
display:none;
|
||||||
|
@ -9,5 +9,5 @@ fieldset.drawer div.output div.project div.item.select {
|
|||||||
}
|
}
|
||||||
fieldset.drawer div.output div.content svg {
|
fieldset.drawer div.output div.content svg {
|
||||||
background-color:#1b5b738c;
|
background-color:#1b5b738c;
|
||||||
min-width:400px;
|
min-width:500px;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user