Commit 6b8815cf authored by renjintao's avatar renjintao

base--temp

parent 013306a1
...@@ -233,6 +233,9 @@ html body { ...@@ -233,6 +233,9 @@ html body {
.pl20 { .pl20 {
padding-left: 20px padding-left: 20px
} }
.pt15 {
padding-top: 15px
}
.bnone { .bnone {
border: none; border: none;
......
<template> <template>
<div> <div>
<Row> <Row>
<Col span="6"> <Col span="6" class="pt15">
<DataGrid <DataGrid
:columns="columnsTemp" :columns="columnsTemp"
ref="gridTemp" ref="gridTemp"
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
:batch="false" :batch="false"
:easy="false" :easy="false"
:set="false" :set="false"
:height="590" :height="575"
:tool="false" :tool="false"
></DataGrid> ></DataGrid>
</Col> </Col>
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
</Col> </Col>
</Row> </Row>
<Row> <Row>
<Col span="6" style="text-align:right;height:50px;"> <Col span="6" class="h50 tr">
<Button type="primary" @click="addTempModal">新增模板</Button> <Button type="primary" @click="addTempModal">新增模板</Button>
</Col> </Col>
<Col span="18"></Col> <Col span="18"></Col>
...@@ -29,7 +29,6 @@ ...@@ -29,7 +29,6 @@
</template> </template>
<script> <script>
import Api from "./api"; import Api from "./api";
// import AddTemp from "./addTemp";
export default { export default {
data() { data() {
return { return {
...@@ -65,7 +64,7 @@ export default { ...@@ -65,7 +64,7 @@ export default {
render: (h, params) => { render: (h, params) => {
return h("div", { class: "action" }, [ return h("div", { class: "action" }, [
h("op", { h("op", {
attrs: { props: {
icon: "ios-trash", icon: "ios-trash",
type: "icon", type: "icon",
title: "删除模板", title: "删除模板",
......
...@@ -172,6 +172,9 @@ html body { ...@@ -172,6 +172,9 @@ html body {
.pl20 { .pl20 {
padding-left: 20px; padding-left: 20px;
} }
.pt15 {
padding-top: 15px;
}
.bnone { .bnone {
border: none; border: none;
} }
...@@ -728,6 +731,11 @@ html [type=button] { ...@@ -728,6 +731,11 @@ html [type=button] {
font-size: 24px; font-size: 24px;
color: #249e91; color: #249e91;
} }
.icon_box a.icon .ivu-icon-ios-cog {
font-weight: bold;
font-size: 24px;
color: #249e91;
}
.body-box .bj-box { .body-box .bj-box {
position: relative; position: relative;
height: 45px; height: 45px;
......
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