Commit 6b8815cf authored by renjintao's avatar renjintao

base--temp

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