perf: 修复有些新增按钮点空白处不能触发的问题
This commit is contained in:
@@ -61,7 +61,9 @@
|
||||
style="width: 57px;"
|
||||
>
|
||||
<template slot="optionZone">
|
||||
<i class="nz-icon nz-icon-create-square" @click.stop="toCreateEndpoint" :title="$t('overall.createProject')" ></i>
|
||||
<div class="export-left-btn" @click.stop="toCreateEndpoint">
|
||||
<i class="nz-icon nz-icon-create-square" :title="$t('overall.createProject')" ></i>
|
||||
</div>
|
||||
</template>
|
||||
</export-excel>
|
||||
</div>
|
||||
@@ -1271,11 +1273,4 @@
|
||||
top: 50%;
|
||||
left: 48.5%;
|
||||
}
|
||||
|
||||
.dropdownBtn>.el-button-group>.el-button:first-of-type {
|
||||
padding: 0 7px;
|
||||
}
|
||||
.dropdownBtn>.el-button-group>.el-button:last-of-type {
|
||||
padding: 0 5px;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user