Adjust style for dxf_5, dxf_6 two example pages

This commit is contained in:
yanzexuan
2022-12-04 20:38:30 +08:00
parent 0503c63f3e
commit 694bf3e6c3
2 changed files with 8 additions and 8 deletions

View File

@ -7,7 +7,7 @@
<link rel="stylesheet" href="./demo/layerManager/layerManager.css">
<link rel="stylesheet" href="./demo/settings/SettingsPanel.css">
<style>
#myCanvas {
/* #myCanvas {
position: absolute;
width: calc(100% - 100px);
width: -moz-calc(100% - 100px);
@ -17,11 +17,11 @@
height: -webkit-calc(100vh - 80px);
left: 50px;
top: 40px;
}
} */
.markup-toolbar {
position: absolute;
right: 60px;
top: 10%;
right: 20px;
top: 20px;
}
.markup-toolbar-btn {
min-width: 50px;

View File

@ -7,7 +7,7 @@
<link rel="stylesheet" href="./demo/layerManager/layerManager.css">
<link rel="stylesheet" href="./demo/settings/SettingsPanel.css">
<style>
#myCanvas {
/* #myCanvas {
position: absolute;
width: calc(100% - 100px);
width: -moz-calc(100% - 100px);
@ -17,11 +17,11 @@
height: -webkit-calc(100vh - 80px);
left: 50px;
top: 40px;
}
} */
.hotpoint-toolbar {
position: absolute;
right: 60px;
top: 10%;
right: 20px;
top: 20px;
}
.hotpoint-toolbar-btn {
min-width: 50px;