Commit 2cc7bb3f authored by 吴冠's avatar 吴冠

11.02

parent f1134b55
......@@ -244,7 +244,7 @@ export default {
cityId: '',
districtId: '',
inquiryCode: '',
priority:"0",
priority:0,
startTime: '',
endTime: '',
purchaseAgent: '1',
......
......@@ -5,7 +5,7 @@
<!-- <div>中国标准时间:{{ currentTime }}</div> -->
<div class="hal">
<h3 style="text-align: center">{{ projectName }}项目开标大厅</h3>
<div class="time-message flex-center" style="border-top:1px solid #bfa;width:100%;margin-top:10px;margin-bottom:10px;">
<div class="time-message flex-center" style="border-top:1px solid gray;width:100%;margin-top:10px;margin-bottom:10px;">
<div class="flex" style="margin-left:0px;margin-top:10px">
<p>截标倒计时:</p>
<timeDown :remain-time="remaintime" @countDowmEnd="remaintimeEnd"></timeDown>
......@@ -477,7 +477,7 @@ export default {
<style scoped>
.content{
background: #bfa;
background: whitesmoke;
}
.abs {
position: absolute;
......
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