|
@@ -3,18 +3,20 @@
|
|
|
<!--网站概况-->
|
|
|
<a-row class="top-title">
|
|
|
<a-col :span="24">
|
|
|
+ <div style="display: flex;margin-top: 20px">
|
|
|
<span class="t1">
|
|
|
网站概况
|
|
|
</span>
|
|
|
- <template v-if="siteinfo.length > 1">
|
|
|
- <select-site @comMethods="changeUser" :comProps="parentValue" selectWidth="300px" ref="selectSite" />
|
|
|
- <a v-if="selectSiteInfo.domain" :href="selectSiteInfo.domain" style="margin-left: 24px" class="t1 t2" target="_blank">{{ selectSiteInfo.domain }}</a>
|
|
|
- <a v-else-if="selectSiteInfo.domainDev" :href="'http://' + selectSiteInfo.domainDev" style="margin-left: 24px" class="t1 t2" target="_blank">http://{{ selectSiteInfo.domainDev }}</a>
|
|
|
- </template>
|
|
|
- <template v-else>
|
|
|
- <a v-if="selectSiteInfo.domain" :href="selectSiteInfo.domain" style="margin-left: 24px" class="t1 t2" target="_blank">{{ selectSiteInfo.domain }}</a>
|
|
|
- <a v-else-if="selectSiteInfo.domainDev" :href="'http://' + selectSiteInfo.domainDev" style="margin-left: 24px" class="t1 t2" target="_blank">http://{{ selectSiteInfo.domainDev }}</a>
|
|
|
- </template>
|
|
|
+ <template v-if="siteinfo.length > 1">
|
|
|
+ <select-site @comMethods="changeUser" :comProps="parentValue" selectWidth="300px" ref="selectSite" />
|
|
|
+ <a v-if="selectSiteInfo.domain" :href="selectSiteInfo.domain" style="margin-left: 24px" class="t1 t2" target="_blank">{{ selectSiteInfo.domain }}</a>
|
|
|
+ <a v-else-if="selectSiteInfo.domainDev" :href="'http://' + selectSiteInfo.domainDev" style="margin-left: 24px" class="t1 t2" target="_blank">http://{{ selectSiteInfo.domainDev }}</a>
|
|
|
+ </template>
|
|
|
+ <template v-else>
|
|
|
+ <a v-if="selectSiteInfo.domain" :href="selectSiteInfo.domain" style="margin-left: 24px" class="t1 t2" target="_blank">{{ selectSiteInfo.domain }}</a>
|
|
|
+ <a v-else-if="selectSiteInfo.domainDev" :href="'http://' + selectSiteInfo.domainDev" style="margin-left: 24px" class="t1 t2" target="_blank">http://{{ selectSiteInfo.domainDev }}</a>
|
|
|
+ </template>
|
|
|
+ </div>
|
|
|
</a-col>
|
|
|
</a-row>
|
|
|
|
|
@@ -58,9 +60,9 @@
|
|
|
<a-col :span="8">
|
|
|
<img src="../../../../assets/home/LinkedIn.png" />
|
|
|
</a-col>
|
|
|
- <a-col :span="8">
|
|
|
- <img src="../../../../assets/home/Yandex.png" />
|
|
|
- </a-col>
|
|
|
+<!-- <a-col :span="8">-->
|
|
|
+<!-- <img src="../../../../assets/home/Yandex.png" />-->
|
|
|
+<!-- </a-col>-->
|
|
|
</a-row>
|
|
|
</div>
|
|
|
</a-col>
|