{{ errors[error-1] }}
diff --git a/drawMapGUI.html b/drawMapGUI.html index e0da91d7..4f8b2686 100644 --- a/drawMapGUI.html +++ b/drawMapGUI.html @@ -24,7 +24,6 @@ top: 10px; width: 435px; height: 400px; - /* border: 1px solid rgb(238, 13, 13); */ } #editArea{ @@ -65,20 +64,27 @@ margin-right: 20px; margin-top: 5px; } + #mid{ position: absolute; left: 448px; - top: 0; + top: 10px; + width: 440px; + height: 630px; + } + .map { + position: absolute; + left: 20px; + top: 21px; width: 416px; - height: 620px; - /* border: 1px solid rgb(238, 13, 13); */ + height: 416px; } #mid .tools{ position: absolute; - width: 400px; - height: 195px; + width: 425px; + height: 180px; left: 0; - top: 425px; + bottom: 0; border-top: 1px solid #ccc; padding: 10px 5px; margin-left: 8px;; @@ -88,8 +94,8 @@ float: right; width: 50%; height: 95%; - padding: 10px; - margin-right: 5px; + padding: 5px 10px 10px 10px; + margin-right: 0; box-sizing: border-box; border: 1px solid #ccc; border-radius: 2px; @@ -149,11 +155,18 @@ } #right{ position: absolute; - left: 896px; - top: 0; - width: 450px; - height: 620px; + left: 900px; + top: 10px; + width: 440px; + height: 630px; /* border: 1px solid rgb(238, 13, 13); */ + } + #iconLib{ + position: absolute; + width: 435px; + height: 620px; + left: 5px; + top: 5px; overflow:auto; } .gameCanvas { @@ -161,8 +174,8 @@ } #dataSelection{ position: absolute; - top:0; - left:320px; + /* top:0; + left:320px; */ z-index:75; width:32px;height:32px; @@ -191,27 +204,36 @@ color: #fff; } table.col{ - position: absolute; + position: relative; + + text-align: center; + border-collapse: collapse; + } + table.col td{ + background-color: #4DB6AC; + } + #arrColMark td{ + width: 16px; + } + #arrColMark { top: 2px; left: 36px; width: 385px; height: 16px; font-size: 13px; - text-align: center; - border-collapse: collapse; } - table.col td{ - width: 16px; - background-color: #4DB6AC; + #mapColMark { + top: 2px; + left: 19px; + width: 418px; + height: 16px; + font-size: 13px; + } + #mapColMark td{ + width: 29px; } - table.row{ - position: absolute; - top: 25px; - left: 2px; - width: 16px; - height: 262px; - font-size: 12px; + position: relative; text-align: right; vertical-align:middle; border-collapse: collapse; @@ -219,7 +241,23 @@ table.row td{ background-color: #795548; } - + #arrRowMark{ + top: 5px; + left: 2px; + width: 16px; + height: 262px; + font-size: 12px; + } + #mapRowMark{ + top: 1px; + left: 2px; + width: 16px; + height: 416px; + font-size: 12px; + } + #mapRowMark td{ + height: 29px; + } /* for vue dom */ [v-cloak] { display: none !important; @@ -229,9 +267,9 @@
{{ errors[error-1] }}