Commit 4ae526fd by liuxin

按钮样式调整

parent 322893f8
......@@ -165,7 +165,7 @@
</c-col>
</div>
<c-col :span="6" :offset="1" >
<div class="addCss" style="border:1px dashed;padding:8px;margin:5px;height:75px;text-align:center">
<div class="addCss" style="border:1px dashed;padding:8px;margin:5px;height:75px;display: flex;justify-content: center;align-items: center;">
<el-button type="text" class="button" icon="el-icon-plus" @click="InsertErrorDialog(scope.$index)" style="text-align:center"></el-button><br>
</div>
</c-col>
......
......@@ -121,7 +121,7 @@ export default {
}
};
</script>
<style>
<style scoped>
.calculator {
width: 500px;
padding: 20px;
......
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