|
|
@@ -38,9 +38,9 @@
|
|
|
</el-table>
|
|
|
</div>
|
|
|
<span slot="footer" class="dialog-footer">
|
|
|
- <el-button type="primary" @click="refresh">刷新字段列表</el-button>
|
|
|
- <el-button type="primary" @click="submit">保存</el-button>
|
|
|
- <el-button @click="close">关闭</el-button>
|
|
|
+ <el-button size="small" type="primary" @click="refresh">刷新字段列表</el-button>
|
|
|
+ <el-button size="small" type="primary" @click="submit">保存</el-button>
|
|
|
+ <el-button size="small" type="primary" plain @click="close">关闭</el-button>
|
|
|
</span>
|
|
|
</el-dialog>
|
|
|
</div>
|
|
|
@@ -107,6 +107,10 @@ export default {
|
|
|
color: #fff;
|
|
|
}
|
|
|
}
|
|
|
+ .is-plain{
|
|
|
+ background-color: #3f94f53f ;
|
|
|
+ border-color: #3f93f5;
|
|
|
+ }
|
|
|
}
|
|
|
</style>
|
|
|
<style lang="scss" >
|