Compare commits
2 Commits
bee8aa0db9
...
21c1ea7551
Author | SHA1 | Date |
---|---|---|
zzy | 21c1ea7551 | |
zzy | 7da913090d |
|
@ -42,7 +42,7 @@ export default {
|
|||
Institutional:'Institutional',
|
||||
TotalOfferShares:'Total Offer Shares',
|
||||
FinalAllocation:'Final Allocation',
|
||||
Listingdate:'Listing date',
|
||||
Listingdate:'Listing Date',
|
||||
QuantityMillion:'Quantity (Million)',
|
||||
Ratio:'Ratio'
|
||||
},
|
||||
|
|
|
@ -68,6 +68,11 @@ onUnmounted(() => {
|
|||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
@media screen and (max-width: 768px){
|
||||
.headerWrap{
|
||||
margin-left: 18rem;
|
||||
}
|
||||
}
|
||||
.langWrap {
|
||||
// position: absolute;
|
||||
// // top:-20px;
|
||||
|
@ -123,7 +128,7 @@ onUnmounted(() => {
|
|||
|
||||
@media screen and (max-width: 768px) {
|
||||
display: block;
|
||||
|
||||
margin-top: 3rem;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -33,6 +33,7 @@ const list = ref([proxy.$t('ipo.CompanyInformation'), proxy.$t('ipo.TypeofListin
|
|||
margin-top: 0px;
|
||||
width: 100vw;
|
||||
overflow-x: scroll;
|
||||
margin-left: 15rem;
|
||||
}
|
||||
|
||||
a {
|
||||
|
|
|
@ -341,8 +341,8 @@ const content = ref()
|
|||
onMounted(
|
||||
() => {
|
||||
data.value = JSON.parse(localStorage.getItem('itemData') as string)
|
||||
// getreferencedata()
|
||||
text();
|
||||
getreferencedata()
|
||||
// text();
|
||||
}
|
||||
)
|
||||
async function text() {
|
||||
|
@ -420,7 +420,7 @@ function setOfferings(mockRes: any) {
|
|||
{ info: keepTwoDecimalStr(poReallocationCap) },
|
||||
{ info: "-", info2s: [has_data(ipoShares?.toString().replace(/(\d)(?=(?:\d{3})+$)/g, '$1,')), has_data(poSharesFinal?.toString().replace(/(\d)(?=(?:\d{3})+$)/g, '$1,')), has_data(ioOfferSharesFinal?.toString().replace(/(\d)(?=(?:\d{3})+$)/g, '$1,'))], table: clawback },
|
||||
{ info: has_data(overallPoShares?.toString().replace(/(\d)(?=(?:\d{3})+$)/g, '$1,')), info2: has_data(overallIoShares?.toString().replace(/(\d)(?=(?:\d{3})+$)/g, '$1,')), },
|
||||
{ info: has_data(upsizeOption) },
|
||||
{ info: has_data(upsizeOption.toFixed(2),"%") },
|
||||
{ info: "-" },
|
||||
{ info: keepTwoDecimalStr(overallotOption) },
|
||||
{ table: denomTable }
|
||||
|
|
|
@ -13,7 +13,6 @@
|
|||
<el-button size="small" @click="selectDate('prev-month')">
|
||||
<img src="@/assets/1x/source11.png">
|
||||
</el-button>
|
||||
|
||||
<!-- <span class="month">{{ date.split(' ').slice(-1).join() }}</span> -->
|
||||
<span class="month">{{ showMounth(date) }}</span>
|
||||
|
||||
|
@ -101,7 +100,7 @@ const backRouter = () => {
|
|||
display: flex;
|
||||
// margin-left: 40px;
|
||||
margin-top: 20rem;
|
||||
|
||||
transform: translateX(-10rem);
|
||||
.top-title {
|
||||
text-align: center;
|
||||
display: inline-block;
|
||||
|
@ -144,7 +143,7 @@ const backRouter = () => {
|
|||
width: 90vw;
|
||||
background-color: #ffffff;
|
||||
height: 40vh;
|
||||
margin-top: 150px;
|
||||
margin-top: 12vh;
|
||||
// margin-left: 20px;
|
||||
// text-align: center;
|
||||
// line-height: 500px;
|
||||
|
@ -196,9 +195,17 @@ const backRouter = () => {
|
|||
|
||||
:deep(.el-calendar__body) {
|
||||
background-color: #e8ebee;
|
||||
|
||||
height: 40vh;
|
||||
}
|
||||
:deep(.el-calendar-table thead th){
|
||||
padding:2px 0;
|
||||
font-weight: 550;
|
||||
}
|
||||
:deep(.el-calendar-table){
|
||||
margin-top: 20rem;
|
||||
width: 375rem;
|
||||
transform: translateX(-19rem);
|
||||
}
|
||||
|
||||
:deep(.el-calendar) {
|
||||
width: 100vw;
|
||||
font-family: "Calibri";
|
||||
|
@ -217,7 +224,7 @@ const backRouter = () => {
|
|||
background-color: rgb(255, 255, 255);
|
||||
height: 33px;
|
||||
border: none;
|
||||
margin-top: 30px;
|
||||
margin-top: 25px;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
|
@ -256,5 +263,6 @@ const backRouter = () => {
|
|||
:deep(.is-selected) {
|
||||
color: red;
|
||||
}
|
||||
|
||||
}
|
||||
</style>
|
|
@ -7,7 +7,7 @@
|
|||
</div>
|
||||
<span>{{ $t(i18n.global.t('dashboard.Dashboard')) }}</span>
|
||||
</div>
|
||||
|
||||
<div class="left-right">
|
||||
<div class="search" @click="handlesearch">
|
||||
<img src="@/assets/1x/1x/source2.png" alt="找不到图片">
|
||||
</div>
|
||||
|
@ -16,6 +16,8 @@
|
|||
<img src="@/assets/1x/source1.png" @click="handleShowLang" class="second">
|
||||
<Lang ref="lang" class="lang"/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
<div class="right">
|
||||
|
@ -115,6 +117,13 @@ const drawShow = () => {
|
|||
display: flex;
|
||||
justify-content: space-between;
|
||||
width: 40vw;
|
||||
margin-left: 15rem;
|
||||
}
|
||||
.left-right{
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
width: 25vw;
|
||||
margin-right: 10rem;
|
||||
}
|
||||
}
|
||||
.left {
|
||||
|
@ -129,7 +138,7 @@ const drawShow = () => {
|
|||
display: none;
|
||||
@media screen and (max-width: 768px){
|
||||
display: block;
|
||||
|
||||
margin-top: 3rem;
|
||||
}
|
||||
}
|
||||
span {
|
||||
|
@ -164,6 +173,7 @@ const drawShow = () => {
|
|||
@media screen and (max-width: 768px){
|
||||
width: 100vw;
|
||||
margin-top: 10rem;
|
||||
transform: translateX(-10rem);
|
||||
}
|
||||
.time {
|
||||
color: #435F70;
|
||||
|
|
|
@ -990,7 +990,7 @@ const showMounth = (date: any) => {
|
|||
background-color: #fff;
|
||||
|
||||
@media screen and (max-width: 768px) {
|
||||
width: 90vw;
|
||||
width: 92vw;
|
||||
margin-left: 5vw;
|
||||
|
||||
}
|
||||
|
@ -1131,7 +1131,7 @@ const showMounth = (date: any) => {
|
|||
|
||||
:deep(.el-calendar-table) {
|
||||
width: 450px;
|
||||
background-color: red !important;
|
||||
// background-color: red !important;
|
||||
padding-left: 10px 75px 27px !important;
|
||||
cursor: default;
|
||||
|
||||
|
|
|
@ -200,10 +200,10 @@ const getHomeIpoList = async () => {
|
|||
// const res = await getDataFromId('home');
|
||||
// const data = (res as any).map((item: any) => {
|
||||
const data = (res as any).data.map((item: any) => {
|
||||
let { stkCode, dateTime, status, ipoID, companyEngShort, companyChiShort, priceFinal, logoLink, priceMin, priceMax, listingDate, pricingDate } = item;
|
||||
let { stkCode, dateTime, status, ipoID, companyEngFull, companyChiFull, priceFinal, logoLink, priceMin, priceMax, listingDate, pricingDate } = item;
|
||||
return {
|
||||
logolinks: logoLink,
|
||||
title: companyEngShort + ";" + companyChiShort,
|
||||
title: companyEngFull + ";" + companyChiFull,
|
||||
status: status,
|
||||
number: stkCode,
|
||||
HKD: priceFinal ? priceFinal : priceMinMax(),
|
||||
|
@ -256,13 +256,13 @@ const getSearchIpoList = async (keyword: string) => {
|
|||
throw ("222")
|
||||
}
|
||||
const data = (res as any).data.map((item: any) => {
|
||||
let { stkCode, dateTime, status, ipoID, companyEngShort, companyChiShort, priceFinal, logoLink, priceMin, priceMax, listingDate, pricingDate } = item;
|
||||
let { stkCode, dateTime, status, ipoID, companyEngFull, companyChiFull, priceFinal, logoLink, priceMin, priceMax, listingDate, pricingDate } = item;
|
||||
return {
|
||||
logolinks: logoLink,
|
||||
title: companyEngShort + ";" + companyChiShort,
|
||||
title: companyEngFull + ";" + companyChiFull,
|
||||
status: status,
|
||||
number: stkCode,
|
||||
HKD: priceFinal ? priceFinal : priceMinMax(),
|
||||
HKD: priceFinal ? priceFinal.toFixed(3) : priceMinMax(),
|
||||
time: listingDate ? listingDate : pricingDate,
|
||||
ipoID: ipoID,
|
||||
price: priceFinal,
|
||||
|
@ -270,11 +270,11 @@ const getSearchIpoList = async (keyword: string) => {
|
|||
}
|
||||
function priceMinMax() {
|
||||
if (priceMin && priceMax) {
|
||||
return `${priceMin}-${priceMax}`
|
||||
return `${priceMin.toFixed(3)} - ${priceMax.toFixed(3)}`
|
||||
} else if (priceMin) {
|
||||
return `${priceMin}-`
|
||||
return `${priceMin.toFixed(3)} - `
|
||||
} else if (priceMax) {
|
||||
return ` -${priceMax}`
|
||||
return ` -${priceMax.toFixed(3)}`
|
||||
} else {
|
||||
return " - "
|
||||
}
|
||||
|
@ -753,14 +753,18 @@ const showMounth = (date: any) => {
|
|||
}
|
||||
|
||||
}
|
||||
|
||||
:deep(.el-calendar-table){
|
||||
width: 420px;
|
||||
transform: translateX(-20px);
|
||||
margin-top: 20px;
|
||||
}
|
||||
:deep(.el-button--small) {
|
||||
border: none
|
||||
}
|
||||
|
||||
:deep(.el-calendar__body) {
|
||||
background-color: #e8ebee;
|
||||
|
||||
height: 385px;
|
||||
}
|
||||
|
||||
:deep(.el-calendar) {
|
||||
|
@ -795,8 +799,12 @@ const showMounth = (date: any) => {
|
|||
:deep(.el-calendar-table td) {
|
||||
border: none;
|
||||
text-align: center;
|
||||
font-weight: 800;
|
||||
}
|
||||
:deep(.el-calendar-table thead th ){
|
||||
padding:2px;
|
||||
font-weight: 550px;
|
||||
}
|
||||
|
||||
:deep(.el-calendar .el-calendar-table .el-calendar-day) {
|
||||
padding: 0px;
|
||||
text-align: center;
|
||||
|
|
|
@ -44,9 +44,9 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="lang" v-if="state == 5" >
|
||||
<li>English</li>
|
||||
<li>简体中文</li>
|
||||
<li>繁體中文</li>
|
||||
<li @click="handleLang1">English</li>
|
||||
<li @click="handleLang2">繁體中文</li>
|
||||
<li @click="handleLang3">简体中文</li>
|
||||
</div>
|
||||
</li>
|
||||
|
||||
|
@ -63,7 +63,10 @@ export default {
|
|||
<script lang="ts" setup>
|
||||
import { ref } from "vue"
|
||||
import { getCurrentInstance, onUnmounted } from 'vue'
|
||||
import { ipoStore } from "@/stores/ipo"
|
||||
const store = ipoStore()
|
||||
const { proxy } = (getCurrentInstance() as any)
|
||||
|
||||
const state = ref(1)
|
||||
// const drawer = ref(true)
|
||||
const setState = (number: number) => {
|
||||
|
@ -81,6 +84,26 @@ const setState = (number: number) => {
|
|||
proxy.$router.push("/IPOcalendar")
|
||||
}
|
||||
}
|
||||
const handleLang1 = () => {
|
||||
if (proxy.$i18n.locale = 'en') {
|
||||
proxy.$i18n.locale = 'en'
|
||||
}
|
||||
store.setLocale(1)
|
||||
}
|
||||
const handleLang2 = () => {
|
||||
if (proxy.$i18n.locale = 'zhCt') {
|
||||
proxy.$i18n.locale = 'zhCt'
|
||||
|
||||
|
||||
}
|
||||
store.setLocale(2)
|
||||
}
|
||||
const handleLang3 = () => {
|
||||
if (proxy.$i18n.locale = 'zhCn') {
|
||||
proxy.$i18n.locale = 'zhCn'
|
||||
}
|
||||
store.setLocale(3)
|
||||
}
|
||||
// const openDrawer = () => {
|
||||
// drawer.value = false;
|
||||
// }
|
||||
|
@ -93,10 +116,10 @@ const setState = (number: number) => {
|
|||
display: flex;
|
||||
flex-direction: column;
|
||||
.imgWrap22222 {
|
||||
margin-top: 30rem;
|
||||
margin-top: 20rem;
|
||||
width: 25rem;
|
||||
height: 20rem;
|
||||
// margin-left: 15rem;
|
||||
margin-left: 15rem;
|
||||
img {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
|
@ -118,7 +141,7 @@ const setState = (number: number) => {
|
|||
background-color: #B4C0C7;
|
||||
|
||||
&.active {
|
||||
background-color: #fff;
|
||||
background-color: #fff
|
||||
}
|
||||
|
||||
img {
|
||||
|
@ -184,5 +207,6 @@ const setState = (number: number) => {
|
|||
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
</style>
|
Loading…
Reference in New Issue