|
|
@@ -237,14 +237,14 @@ export default {
|
|
|
name: '审核中',
|
|
|
type: 'underReview'
|
|
|
},
|
|
|
- // {
|
|
|
- // name: '我的出价',
|
|
|
- // type: 'myBid'
|
|
|
- // },
|
|
|
- // {
|
|
|
- // name: '收到的报价',
|
|
|
- // type: 'receiveQuotation'
|
|
|
- // }
|
|
|
+ {
|
|
|
+ name: '我的出价',
|
|
|
+ type: 'myBid'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ name: '收到的报价',
|
|
|
+ type: 'receiveQuotation'
|
|
|
+ }
|
|
|
],
|
|
|
typeOptionLike: [
|
|
|
{
|
|
|
@@ -902,7 +902,7 @@ export default {
|
|
|
.metadomainName_list {
|
|
|
padding: 16px 15px 20px 16px;
|
|
|
display: flex;
|
|
|
- // justify-content: space-between;
|
|
|
+ justify-content: space-between;
|
|
|
background: #0F0F0F;
|
|
|
|
|
|
.metadomainName_list_cons {
|
|
|
@@ -915,7 +915,6 @@ export default {
|
|
|
font-size: 12px;
|
|
|
font-weight: 400;
|
|
|
color: rgba(147, 149, 153, 0.6);
|
|
|
- margin-right: 20px;
|
|
|
}
|
|
|
|
|
|
.metadomainName_list_con {
|