Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mes-ui
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
周远喜
mes-ui
Commits
6b8815cf
Commit
6b8815cf
authored
Apr 21, 2020
by
renjintao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
base--temp
parent
013306a1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
15 additions
and
5 deletions
+15
-5
base.less
assets/css/base.less
+3
-0
temp.vue
pages/aps/aps/temp.vue
+4
-5
base.css
src/assets/css/base.css
+8
-0
No files found.
assets/css/base.less
View file @
6b8815cf
...
...
@@ -233,6 +233,9 @@ html body {
.pl20 {
padding-left: 20px
}
.pt15 {
padding-top: 15px
}
.bnone {
border: none;
...
...
pages/aps/aps/temp.vue
View file @
6b8815cf
<
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=
"5
90
"
:height=
"5
75
"
: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"
,
{
attr
s
:
{
prop
s
:
{
icon
:
"ios-trash"
,
type
:
"icon"
,
title
:
"删除模板"
,
...
...
src/assets/css/base.css
View file @
6b8815cf
...
...
@@ -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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment