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
836024f7
Commit
836024f7
authored
Aug 14, 2020
by
renjintao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
计划管理
parent
4124a60d
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
5 deletions
+10
-5
base.less
assets/css/base.less
+4
-0
index.vue
pages/aps/plan/index.vue
+1
-1
outbound.vue
pages/aps/supprotMain/outbound.vue
+1
-4
base.css
src/assets/css/base.css
+4
-0
No files found.
assets/css/base.less
View file @
836024f7
...
...
@@ -1482,4 +1482,8 @@ html [type=button] {
}
.bgDDD{
background:#DDD
}
.ftball {
background: rgba(0, 0, 0, 0.7);
color: #fff;
}
\ No newline at end of file
pages/aps/plan/index.vue
View file @
836024f7
...
...
@@ -58,7 +58,7 @@
</
template
>
<
template
slot=
"buttons"
></
template
>
</DataGrid>
<FooterToolbar
extra
v-if=
"footerBar"
>
<FooterToolbar
extra
v-if=
"footerBar"
class=
"ftball"
>
<Row>
<Checkbox
@
on-change=
"handleSelectAll(single)"
v-model=
"single"
>
全选
</Checkbox>
<span
class=
"footerSpan"
>
已选 {{selectCount}} 项
</span>
...
...
pages/aps/supprotMain/outbound.vue
View file @
836024f7
...
...
@@ -377,8 +377,5 @@ export default {
};
</
script
>
<
style
scoped
>
.ftball
{
background
:
rgba
(
0
,
0
,
0
,
0.7
);
color
:
#fff
;
}
</
style
>
\ No newline at end of file
src/assets/css/base.css
View file @
836024f7
...
...
@@ -1122,3 +1122,7 @@ html [type=button] {
.bgDDD
{
background
:
#DDD
;
}
.ftball
{
background
:
rgba
(
0
,
0
,
0
,
0.7
);
color
:
#fff
;
}
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