Commit 69ae3f8f by liushikai

调整

parent fa5ffb09
......@@ -29,8 +29,7 @@
></c-input>
<template slot="footer">
<c-button
style="margin:0 10px 0 10px;padding: 0 10px;"
class="searchButton"
style="margin:0 10px 0 10;padding: 0 12px;"
size="small"
type="primary"
icon="el-icon-search"
......@@ -39,7 +38,6 @@
</c-button>
<c-button
style="margin:0 0"
class="detailsButton"
size="small"
type="primary"
@click="onAplpDet"
......@@ -178,14 +176,4 @@ export default {
};
</script>
<style>
.searchButton {
text-align: center;
/* margin: 0 10px; */
margin-right: 10px;
padding: 0 10px;
}
.detailsButton {
margin-left: 10px;
}
</style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment