|
@@ -915,7 +915,7 @@
|
|
|
style="--el-color-primary: #ff6154;margin-top: 20px; float: right;" v-model:page-count="eqptDataQuery.pages"
|
|
|
v-model:current-page="eqptDataQuery.current" @current-change="getNonSEqptDataPage" />
|
|
|
<el-tabs v-model="activeName" tab-position="bottom" @tab-change="tabChange()"
|
|
|
- style="display:inline-block;margin-left: 15.5%">
|
|
|
+ style="display:inline-block;margin-left: 19.5%">
|
|
|
<el-tab-pane label="所有设备测算" name="all">
|
|
|
</el-tab-pane>
|
|
|
<el-tab-pane label="进口设备测算" name="imported">
|
|
@@ -1364,14 +1364,14 @@ export default {
|
|
|
}
|
|
|
|
|
|
.uploadDiv {
|
|
|
- width: 14.5%;
|
|
|
+ width: 18.5%;
|
|
|
display: inline-block;
|
|
|
vertical-align: top;
|
|
|
}
|
|
|
|
|
|
.evaluateDiv {
|
|
|
margin-left: 1%;
|
|
|
- width: 84.5%;
|
|
|
+ width: 80.5%;
|
|
|
display: inline-block;
|
|
|
vertical-align: top;
|
|
|
min-height: 650px;
|