提交 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 { }
display: flex; .search-toolbar {
#map__result { display: flex;
position: absolute; #map__result {
z-index: 20; position: absolute;
right: 10px; z-index: 20;
top: 110px; right: 10px;
} top: 110px;
.el-vue-search-box-container { }
height: 40px; .el-vue-search-box-container {
margin-right: 20px; height: 40px;
} margin-right: 20px;
} }
} }
.el-vue-amap-container {
.amap-marker-content { padding-top: 20px;
img { height: 640px;
width: 25px; }
height: 34px; .amap-marker-content {
} img {
.input-map__marker { width: 25px;
position: absolute; height: 34px;
top: -28px;
right: -160px;
color: #fff;
padding: 0px 10px;
white-space: nowrap;
font-size: 12px;
font-family: "";
border-radius: 3px;
}
}
} }
.el-vue-amap-container { .input-map__marker {
padding-top: 20px; position: absolute;
height: 640px; top: -28px;
right: -160px;
color: #fff;
padding: 0px 10px;
white-space: nowrap;
font-size: 12px;
font-family: "";
border-radius: 3px;
} }
} }
}
}
\ No newline at end of file
...@@ -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 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册