提交 4d80e1fb 编写于 作者: ibizdev's avatar ibizdev

chitanda 发布系统代码 [TrainSys,网页端]

上级 e379144f
.app-map-position { .map-modal {
.map-modal {
.el-dialog { .el-dialog {
margin-top: 60px; margin-top: 60px;
width: 90%; width: 90%;
}
.el-dialog__header { .el-dialog__header {
padding: 10px 0px 10px 40px; padding: 10px 0px 10px 40px;
} }
.el-dialog__body { .el-dialog__body {
padding: 6px 10px; padding: 6px 10px;
}
.search-toolbar { .search-toolbar {
display: flex; display: flex;
#map__result { #map__result {
...@@ -21,8 +22,10 @@ ...@@ -21,8 +22,10 @@
margin-right: 20px; margin-right: 20px;
} }
} }
.el-vue-amap-container {
padding-top: 20px;
height: 640px;
} }
.amap-marker-content { .amap-marker-content {
img { img {
width: 25px; width: 25px;
...@@ -40,11 +43,4 @@ ...@@ -40,11 +43,4 @@
border-radius: 3px; border-radius: 3px;
} }
} }
}
.el-vue-amap-container {
padding-top: 20px;
height: 640px;
}
}
} }
...@@ -169,7 +169,7 @@ ...@@ -169,7 +169,7 @@
</changeSet> </changeSet>
<!--输出实体[PHONE]数据结构 --> <!--输出实体[PHONE]数据结构 -->
<changeSet author="root" id="tab-phone-52-6"> <changeSet author="root" id="tab-phone-53-6">
<createTable tableName="T_PHONE"> <createTable tableName="T_PHONE">
<column name="PHONEID" remarks="" type="VARCHAR(100)"> <column name="PHONEID" remarks="" type="VARCHAR(100)">
<constraints primaryKey="true" primaryKeyName="PK_PHONE"/> <constraints primaryKey="true" primaryKeyName="PK_PHONE"/>
......
...@@ -211,7 +211,7 @@ ...@@ -211,7 +211,7 @@
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"infoGroupMode" : false, "infoGroupMode" : false,
"showCaption" : true "showCaption" : false
} ], } ],
"getPSLayout" : { "getPSLayout" : {
"columnCount" : 24, "columnCount" : 24,
...@@ -361,7 +361,7 @@ ...@@ -361,7 +361,7 @@
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"infoGroupMode" : false, "infoGroupMode" : false,
"showCaption" : true "showCaption" : false
} ], } ],
"getPSLayout" : { "getPSLayout" : {
"columnCount" : 24, "columnCount" : 24,
......
...@@ -1197,7 +1197,7 @@ ...@@ -1197,7 +1197,7 @@
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"infoGroupMode" : false, "infoGroupMode" : false,
"showCaption" : true "showCaption" : false
} ], } ],
"getPSLayout" : { "getPSLayout" : {
"columnCount" : 24, "columnCount" : 24,
...@@ -1347,7 +1347,7 @@ ...@@ -1347,7 +1347,7 @@
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"infoGroupMode" : false, "infoGroupMode" : false,
"showCaption" : true "showCaption" : false
} ], } ],
"getPSLayout" : { "getPSLayout" : {
"columnCount" : 24, "columnCount" : 24,
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册