Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
haoban-3
Overview
Overview
Details
Activity
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
office
haoban-3
Commits
4b13abb9
Commit
4b13abb9
authored
Oct 27, 2021
by
crushh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: ui调整
parent
ff941971
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
80 additions
and
38 deletions
+80
-38
index.html
index.html
+3
-3
main.js
src/main.js
+1
-1
myCustomerList.vue
src/views/apps/customerApp/myCustomerList.vue
+1
-1
monthTask.vue
src/views/apps/quota/monthTask.vue
+1
-1
public.css
static/css/public.css
+74
-0
no-data_icon1.png
static/img/no-data_icon1.png
+0
-0
index.css
theme/index.css
+0
-32
No files found.
index.html
View file @
4b13abb9
...
...
@@ -13,7 +13,7 @@
<meta
charset=
"utf-8"
>
<link
rel=
"shortcut icon"
href=
"./favicon.ico"
/>
<title>
好办管理平台
</title>
<
link
rel=
"stylesheet"
type=
"text/css"
href=
"//web-1251519181.file.myqcloud.com/custom-element/custom-element.1.0.69.css"
/
>
<
!-- <link rel="stylesheet" type="text/css" href="//web-1251519181.file.myqcloud.com/custom-element/custom-element.1.0.69.css" /> --
>
</head>
...
...
@@ -26,11 +26,11 @@
var
src
=
'/component/static/import-component.js?timestrap='
+
new
Date
().
getTime
();
var
host
=
window
.
location
.
host
;
host
=
host
.
indexOf
(
'localhost'
)
>
-
1
||
host
.
indexOf
(
'192.168'
)
>
-
1
?
'gicdev.demogic.com'
:
host
;
document
.
write
(
'<script src="//'
+
host
+
src
+
'"><
\
/script>'
)
document
.
write
(
"<script src='//172.16.30.233:8091/static/import-component.js'><
\
/script"
)
})()
</script>
<script
src=
"//web-1251519181.file.myqcloud.com/components/pagination.1.0.10.js"
></script>
<
script
src=
"//web-1251519181.file.myqcloud.com/components/common.1.0.3.js"
></script
>
<
!-- <script src="//web-1251519181.file.myqcloud.com/components/common.1.0.3.js"></script> --
>
<script
src=
"//web-1251519181.file.myqcloud.com/components/export-data.1.0.11.js"
></script>
</body>
...
...
src/main.js
View file @
4b13abb9
...
...
@@ -22,7 +22,7 @@ import '../static/css/index.less';
// import 'element-ui/lib/theme-chalk/index.css';
import
'../static/font/iconfont.css'
;
import
'../static/font//iconfont.js'
import
'../theme/index.css'
;
//
import '../theme/index.css';
import
'../static/css/dialog.css'
;
import
filters
from
'./filters/index.js'
;
...
...
src/views/apps/customerApp/myCustomerList.vue
View file @
4b13abb9
...
...
@@ -42,7 +42,7 @@
<el-table-column
width=
"25"
>
<template
#
header
>
<el-dropdown
style=
"line-height: 10px; padding: 0; margin-left: -15px; transform: translateY(4px); -webkit-transform: translateY(4px);"
placement=
"bottom-start"
>
<span
class=
"el-dropdown-link"
><i
class=
"iconfont icongengduo"
></i>
</span>
<span
class=
"el-dropdown-link"
><i
class=
"iconfont icongengduo"
>
</i>
</span>
<el-dropdown-menu
slot=
"dropdown"
>
<el-dropdown-item>
<el-checkbox
v-model=
"selectRadio"
:true-label=
"0"
:false-label=
"2"
@
change=
"handleCommand"
>
选择当页
</el-checkbox></el-dropdown-item>
<el-dropdown-item>
<el-checkbox
v-model=
"selectRadio"
:true-label=
"1"
:false-label=
"2"
@
change=
"handleCommand"
>
选择全部
</el-checkbox></el-dropdown-item>
...
...
src/views/apps/quota/monthTask.vue
View file @
4b13abb9
...
...
@@ -16,7 +16,7 @@
<el-option
v-for=
"item in storeStatusOptions"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</el-select>
-->
<gic-select-group
:brandId=
"brandId"
class=
"m-l-10"
:width=
"213"
:selectData=
"conditionObj.storeGroupIds"
@
checkGroupIds=
"checkGroupIds"
>
</gic-select-group>
<el-date-picker
style=
"width:310px"
class=
"m-l-10"
v-model=
"conditionObj.dateRange"
@
change=
"changeDate"
:editable=
"false"
:value-format=
"'yyyy-MM'"
type=
"monthrange"
align=
"right"
unlink-panels
range-separator=
"至"
start-placeholder=
"开始月份"
end-placeholder=
"结束月份"
>
</el-date-picker>
<el-date-picker
style=
"width:310px
; vertical-align: middle;
"
class=
"m-l-10"
v-model=
"conditionObj.dateRange"
@
change=
"changeDate"
:editable=
"false"
:value-format=
"'yyyy-MM'"
type=
"monthrange"
align=
"right"
unlink-panels
range-separator=
"至"
start-placeholder=
"开始月份"
end-placeholder=
"结束月份"
>
</el-date-picker>
</div>
<div
class=
"table-condition-right"
>
<el-button
type=
"primary"
:loading=
"loadingBtn"
@
click=
"exportExcel"
>
导出
</el-button>
...
...
static/css/public.css
View file @
4b13abb9
...
...
@@ -1340,3 +1340,77 @@ button.el-button--danger.is-plain {
.mult-line-select
.line-20
{
line-height
:
20px
;
}
/**
*表格多选项禁用
*/
.cell-disabled
{
pointer-events
:
none
;
opacity
:
0.8
;
font-size
:
0
;
}
.font-size-zero
{
font-size
:
0
;
}
.damolish
.cell-disabled
.el-checkbox.is-checked
.el-checkbox__input
:not
(
.is-disabled
)
.el-checkbox__inner
{
background-color
:
#F7F8FA
;
border-color
:
#C4C6CF
;
}
.damolish
.cell-disabled
.el-checkbox
.el-checkbox__input
.el-checkbox__inner
::after
{
border-color
:
#C0C4CC
;
}
@keyframes
checkboxClick
{
0
%
{
box-shadow
:
0
0
0
3px
rgba
(
47
,
84
,
237
,
0.1
);
background-color
:
#F7F8FA
;
}
100
%
{
box-shadow
:
0
0
0
7px
rgba
(
47
,
84
,
237
,
0
);
}
}
.damolish
.cell-disabled
.el-checkbox__input.is-checked
:not
(
.is-disabled
)
.el-checkbox__inner
{
animation
:
0.5s
checkboxClick
;
}
/**
ui调整
*/
.el-select
{
display
:
inline-block
;
position
:
relative
;
vertical-align
:
middle
;
}
.el-dropdown-menu__item
{
list-style
:
none
;
line-height
:
36px
;
padding
:
0
20px
;
margin
:
0
;
font-size
:
14px
;
color
:
#606266
;
cursor
:
pointer
;
outline
:
none
;
}
.el-input
{
vertical-align
:
middle
}
.el-table__empty-block
.el-table__empty-text
::before
{
content
:
""
;
display
:
block
;
margin
:
0
auto
10px
;
width
:
50px
;
height
:
50px
;
background
:
url(../img/no-data_icon1.png)
no-repeat
center
;
background-size
:
contain
}
.damolish
.el-table__empty-block
.el-table__empty-text
{
line-height
:
normal
;
}
.damolish
.el-tabs
.el-tabs__header.is-top
.el-tabs__nav-wrap
.el-tabs__item
{
padding
:
0
20px
;
font-weight
:
400
;
}
.damolish
.el-table
th
.cell
{
padding-right
:
0
;
font-size
:
14px
;
font-weight
:
500
;
color
:
#303133
;
}
static/img/no-data_icon1.png
0 → 100644
View file @
4b13abb9
2.11 KB
theme/index.css
View file @
4b13abb9
...
...
@@ -81851,34 +81851,3 @@
margin
:
0
auto
;
border-radius
:
18px
;
}
/**
*表格多选项禁用
*/
.cell-disabled
{
pointer-events
:
none
;
opacity
:
0.8
;
font-size
:
0
;
}
.font-size-zero
{
font-size
:
0
;
}
.damolish
.cell-disabled
.el-checkbox.is-checked
.el-checkbox__input
:not
(
.is-disabled
)
.el-checkbox__inner
{
background-color
:
#F7F8FA
;
border-color
:
#C4C6CF
;
}
.damolish
.cell-disabled
.el-checkbox
.el-checkbox__input
.el-checkbox__inner
::after
{
border-color
:
#C0C4CC
;
}
@keyframes
checkboxClick
{
0
%
{
box-shadow
:
0
0
0
3px
rgba
(
47
,
84
,
237
,
0.1
);
background-color
:
#F7F8FA
;
}
100
%
{
box-shadow
:
0
0
0
7px
rgba
(
47
,
84
,
237
,
0
);
}
}
.damolish
.cell-disabled
.el-checkbox__input.is-checked
:not
(
.is-disabled
)
.el-checkbox__inner
{
animation
:
0.5s
checkboxClick
;
}
\ No newline at end of file
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