Commit 19ccc79a authored by zhengke's avatar zhengke

新增日语言包

parent f5b9f4e6
This diff is collapsed.
......@@ -63,6 +63,7 @@
border-left: 0;
/* overflow: hidden; */
position: relative;
padding-top:10px;
}
.PlaneTicket ._ol_list > li:hover {
box-shadow: 0px 0px 20px rgba(191, 191, 191, 1);
......@@ -232,7 +233,7 @@
/* width: 245px; */
height: 60px;
background-color: #f9f9f9;
margin-top: 9px;
/* margin-top: 9px; */
padding-right: 10px;
}
.TK_SeatList > ul > li:nth-child(1) {
......@@ -942,7 +943,7 @@
.vmiddle {
display: flex;
align-items: Center;
height: 78px;
/* height: 78px; */
}
.Plan_Query .el-button--primary {
background-color: #fff !important;
......@@ -998,7 +999,7 @@
/*航班详情*/
.PlaneTicket .FlightDivDetails {
width: 100%;
height: 65px;
/* height: 65px; */
overflow: auto;
}
.PlaneTicket ._flightList {
......
This diff is collapsed.
......@@ -142,7 +142,8 @@ const i18n = new VueI18n({
messages: {
'zh-CN': require('./assets/common/lang/zh'), // 中文语言包
'en-US': require('./assets/common/lang/en'), // 英文语言包
'zh-TW': require('./assets/common/lang/zh-tw') // 台湾语言包
'zh-TW': require('./assets/common/lang/zh-tw'), // 台湾语言包
'Japanese' : require('./assets/common/lang/jp') // 日本语言包
}
})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment