合并分支

pull/610546/MERGE
ChenX 7 years ago
commit f03feba91c

@ -18,11 +18,8 @@ a {
#input-hint {
width: 100%;
position: fixed;
color: #000;
z-index: 99;
left: 0;
bottom: 16px;
}

@ -207,9 +207,9 @@ body {
.win {
position: absolute;
bottom:30px;
min-width: 100px;
min-height: 20px; // left:100px;
// top:300px;
background: #666;
border: 5px solid #444444;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);

@ -69,13 +69,12 @@ export class WebCAD
let down = document.createElement("div");
// down.style.height = "15px";
down.style.cssText = `
position: fixed;
bottom: 0;
height: 15px;
width: 100%;
height:15px;
`
`;
down.id = "DownPanel";
document.body.appendChild(down);
return root;

Loading…
Cancel
Save