Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -6,10 +6,11 @@
|
|||||||
<!-- <img v-if="navTheme === 'dark'" src="~@/assets/logo.png" alt="logo">-->
|
<!-- <img v-if="navTheme === 'dark'" src="~@/assets/logo.png" alt="logo">-->
|
||||||
<!-- <img v-else src="~@/assets/logo.png" alt="logo">-->
|
<!-- <img v-else src="~@/assets/logo.png" alt="logo">-->
|
||||||
<!-- update-begin- author:sunjianlei --- date:20190814 --- for: logo颜色根据主题颜色变化 -->
|
<!-- update-begin- author:sunjianlei --- date:20190814 --- for: logo颜色根据主题颜色变化 -->
|
||||||
|
<span v-if="showTitle">拆分比对工具</span>
|
||||||
<img v-if="showTitle" src='../../assets/image/logoExpand.png' alt="logo" />
|
<span v-else class="noTitle">拆分比对工具</span>
|
||||||
|
<!-- <img v-if="showTitle" src='../../assets/image/logoExpand.png' alt="logo" />-->
|
||||||
<!--<img src="~@/assets/image/analysisLogo.png" alt="logo">-->
|
<!--<img src="~@/assets/image/analysisLogo.png" alt="logo">-->
|
||||||
<img v-else src="../../assets/image/logoFold.png" />
|
<!-- <img v-else src="../../assets/image/logoFold.png" />-->
|
||||||
</router-link>
|
</router-link>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
@@ -57,6 +58,7 @@ export default {
|
|||||||
transition: background 300ms;
|
transition: background 300ms;
|
||||||
background-color: transparent !important;
|
background-color: transparent !important;
|
||||||
padding: 0 24px 0 0;
|
padding: 0 24px 0 0;
|
||||||
|
text-align: center;
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
color: @primary-color !important;
|
color: @primary-color !important;
|
||||||
@@ -66,7 +68,11 @@ export default {
|
|||||||
a {
|
a {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
color: white;
|
/*color: #000;*/
|
||||||
|
font-weight: bold;
|
||||||
|
font-size: 16px;
|
||||||
|
/*color: white;*/
|
||||||
|
|
||||||
|
|
||||||
img {
|
img {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
@@ -74,7 +80,7 @@ export default {
|
|||||||
}
|
}
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
color: rgba(255, 255, 255, 0.8);
|
/*color: rgba(255, 255, 255, 0.8);*/
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -83,4 +89,7 @@ export default {
|
|||||||
background-color: @primary-color;
|
background-color: @primary-color;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.noTitle{
|
||||||
|
font-size: 12px;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
@@ -32,7 +32,7 @@
|
|||||||
size="middle"
|
size="middle"
|
||||||
:can-drag="true"
|
:can-drag="true"
|
||||||
:loading="loadingLeft"
|
:loading="loadingLeft"
|
||||||
:pagination="false"
|
:pagination="ipaginationLeft"
|
||||||
:scroll="{x: '100%',y:'calc(100vh - 400px)'}"
|
:scroll="{x: '100%',y:'calc(100vh - 400px)'}"
|
||||||
rowKey="id"
|
rowKey="id"
|
||||||
:data-source="dataSourceLeft"
|
:data-source="dataSourceLeft"
|
||||||
@@ -87,7 +87,7 @@
|
|||||||
size="middle"
|
size="middle"
|
||||||
:can-drag="true"
|
:can-drag="true"
|
||||||
:loading="loadingRight"
|
:loading="loadingRight"
|
||||||
:pagination="false"
|
:pagination="ipaginationRight"
|
||||||
:scroll="{x: '100%',y:'calc(100vh - 400px)'}"
|
:scroll="{x: '100%',y:'calc(100vh - 400px)'}"
|
||||||
rowKey="id"
|
rowKey="id"
|
||||||
:data-source="dataSourceRight"
|
:data-source="dataSourceRight"
|
||||||
@@ -96,7 +96,8 @@
|
|||||||
@change="tableChangeRight"
|
@change="tableChangeRight"
|
||||||
>
|
>
|
||||||
</j-table>
|
</j-table>
|
||||||
<!-- <div class="box-button-standard">-->
|
|
||||||
|
<div class="box-button-standard">
|
||||||
<!-- <span class="box-button-standard-left" :title="$t('docTool.comparison.selectedStandard')">-->
|
<!-- <span class="box-button-standard-left" :title="$t('docTool.comparison.selectedStandard')">-->
|
||||||
<!-- {{ $t('docTool.comparison.selectedStandard') }}-->
|
<!-- {{ $t('docTool.comparison.selectedStandard') }}-->
|
||||||
<!-- </span>-->
|
<!-- </span>-->
|
||||||
@@ -108,7 +109,7 @@
|
|||||||
<!-- selectedRowsRight[0] ? selectedRowsRight[0].serialNumber + ' ' + selectedRowsRight[0].fileName : $t('docTool.comparison.noComparisonDocumentSelected')-->
|
<!-- selectedRowsRight[0] ? selectedRowsRight[0].serialNumber + ' ' + selectedRowsRight[0].fileName : $t('docTool.comparison.noComparisonDocumentSelected')-->
|
||||||
<!-- }}-->
|
<!-- }}-->
|
||||||
<!-- </span>-->
|
<!-- </span>-->
|
||||||
<!-- </div>-->
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user