@abi-software/map-utilities 1.2.0-beta.3 → 1.2.0-beta.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -5,9 +5,7 @@
|
|
|
5
5
|
</el-header>
|
|
6
6
|
<el-main class="slides-block">
|
|
7
7
|
<span class="create-text">
|
|
8
|
-
Primitives will be created in the
|
|
9
|
-
<br>
|
|
10
|
-
__annotation region
|
|
8
|
+
Primitives will be created in the __annotation region
|
|
11
9
|
</span>
|
|
12
10
|
<el-row class="row" v-show="showPoint">
|
|
13
11
|
<el-col :offset="0" :span="8">
|
|
@@ -165,7 +163,7 @@ export default {
|
|
|
165
163
|
|
|
166
164
|
|
|
167
165
|
.create-container {
|
|
168
|
-
width:
|
|
166
|
+
width: 100%;
|
|
169
167
|
height: auto;
|
|
170
168
|
border-radius: 4px;
|
|
171
169
|
border: solid 1px #d8dce6;
|