|
@@ -86,12 +86,13 @@
|
|
|
</el-form-item>
|
|
|
<el-form-item v-if="tableData.length >0">
|
|
|
<el-table
|
|
|
+ :header-row-style="{height:'40px'}"
|
|
|
+ :header-cell-style="{height:'40px',padding:'0'}"
|
|
|
:row-class-name="tableRowClassName"
|
|
|
:row-style="selectedstyle"
|
|
|
:data="tableData"
|
|
|
@row-click="btn"
|
|
|
size="mini"
|
|
|
- :class="{tabs:uniqueNameList}"
|
|
|
class="tab"
|
|
|
>
|
|
|
<el-table-column prop="name" :show-overflow-tooltip="true" label="词名"></el-table-column>
|
|
@@ -247,7 +248,7 @@ export default {
|
|
|
this.form.source = row.source;
|
|
|
}
|
|
|
},
|
|
|
-
|
|
|
+
|
|
|
// 搜索列表
|
|
|
searchTerms(query) {
|
|
|
if (!query) {
|
|
@@ -518,7 +519,7 @@ export default {
|
|
|
// top: 0;
|
|
|
z-index: 999;
|
|
|
margin-bottom: 15px;
|
|
|
- margin-top: -40px;
|
|
|
+ margin-top: -62px;
|
|
|
}
|
|
|
// .tabs {
|
|
|
// max-width: 240px;
|