Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
integral-mall
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
integralMall
integral-mall
Commits
16a94342
Commit
16a94342
authored
Nov 22, 2018
by
damodmg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整样式
parent
9a79b037
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
20 additions
and
11 deletions
+20
-11
index.html
dist/index.html
+2
-2
app.dd991a305181070dae536527ee639d33.css
dist/static/css/app.dd991a305181070dae536527ee639d33.css
+0
-0
index.scss
src/assets/style/base/index.scss
+5
-2
reset.scss
src/assets/style/base/reset.scss
+6
-0
card-temp.vue
src/views/mall/common/card-temp.vue
+1
-1
info.vue
src/views/mall/coupon/info.vue
+2
-2
info.vue
src/views/mall/gift/info.vue
+4
-4
No files found.
dist/index.html
View file @
16a94342
<!DOCTYPE html>
<html><head><meta
charset=
utf-8
><meta
name=
viewport
content=
"width=device-width,initial-scale=1"
><link
rel=
"shortcut icon"
href=
./static/img/favicon.ico
><title>
GIC后台
</title><link
rel=
stylesheet
type=
text/css
href=
static/css/iconfont.css
><link
rel=
stylesheet
type=
text/css
href=
static/css/common.css
><link
href=
/integral-mall/static/css/app.e6008df01ca034b2dbbf51a9e1755e01.css
rel=
stylesheet
></head><body><div
id=
app
></div><script
type=
text/javascript
src=
/integral-mall/static/js/manifest.003beacb9c9ae622c7f2.js
></script><script
type=
text/javascript
src=
/integral-mall/static/js/vendor.18cfc34dddb593b2154e.js
></script><script
type=
text/javascript
src=
/integral-mall/static/js/app.f784e17355b3e3680b2c.js
></script></body></html>
\ No newline at end of file
<!DOCTYPE html>
<html><head><meta
charset=
utf-8
><meta
name=
viewport
content=
"width=device-width,initial-scale=1"
><link
rel=
"shortcut icon"
href=
./static/img/favicon.ico
><title>
GIC后台
</title><link
rel=
stylesheet
type=
text/css
href=
static/css/iconfont.css
><link
rel=
stylesheet
type=
text/css
href=
static/css/common.css
><link
href=
/integral-mall/static/css/app.dd991a305181070dae536527ee639d33.css
rel=
stylesheet
></head><body><div
id=
app
></div><script
type=
text/javascript
src=
/integral-mall/static/js/manifest.003beacb9c9ae622c7f2.js
></script><script
type=
text/javascript
src=
/integral-mall/static/js/vendor.18cfc34dddb593b2154e.js
></script><script
type=
text/javascript
src=
/integral-mall/static/js/app.f784e17355b3e3680b2c.js
></script></body></html>
\ No newline at end of file
dist/static/css/app.
e6008df01ca034b2dbbf51a9e1755e01
.css
→
dist/static/css/app.
dd991a305181070dae536527ee639d33
.css
View file @
16a94342
This source diff could not be displayed because it is too large. You can
view the blob
instead.
src/assets/style/base/index.scss
View file @
16a94342
...
...
@@ -139,7 +139,7 @@
width
:
40px
;
height
:
40px
;
border-radius
:
4px
;
margin-right
:
8
px
;
margin-right
:
4
px
;
display
:
inline-block
;
}
...
...
@@ -178,11 +178,11 @@
width
:
126px
;
overflow
:
hidden
;
text-overflow
:
ellipsis
;
display
:
-
webkit-box
;
-webkit-line-clamp
:
1
;
-webkit-box-orient
:
vertical
;
white-space
:
normal
;
white-space
:
nowrap
;
display
:
inline-block
;
}
.left-aside-contain
{
...
...
@@ -313,6 +313,9 @@
.delete-icon
:hover
{
color
:
#f5222d
;
}
.curson-pointer
tbody
tr
{
cursor
:
pointer
;
}
...
...
src/assets/style/base/reset.scss
View file @
16a94342
...
...
@@ -49,6 +49,9 @@ a:hover {
.pt5
{
padding-top
:
5px
!
important
;
}
.pt8
{
padding-top
:
8px
!
important
;
}
.pt10
{
padding-top
:
10px
!
important
;
}
...
...
@@ -61,6 +64,9 @@ a:hover {
.pt200
{
padding-top
:
200px
!
important
;
}
.pb8
{
padding-bottom
:
10px
!
important
;
}
.pb10
{
padding-bottom
:
10px
!
important
;
}
...
...
src/views/mall/common/card-temp.vue
View file @
16a94342
<
template
>
<section
class=
"sms-lib"
>
<section
class=
"sms-lib
curson-pointer
"
>
<div
class=
"pb22"
>
<span
class=
"pr10"
>
共
{{
total
}}
条
</span>
<el-input
:disabled=
"disabled"
v-model=
"listParams.searchParam"
class=
"w200"
clearable
placeholder=
"请输入卡券名称"
@
change=
"getCardList"
><i
slot=
"prefix"
class=
"el-input__icon el-icon-search"
></i></el-input>
...
...
src/views/mall/coupon/info.vue
View file @
16a94342
...
...
@@ -54,7 +54,7 @@
<el-radio
:label=
"2"
class=
"vertical-middle"
>
部分时段
</el-radio>
</el-radio-group>
<div
v-show=
"form.exchangeTimeType === 2"
class=
""
>
<p
v-for=
"(v,i) in timeRangeList"
:key=
"i"
class=
"p
b10
"
>
<p
v-for=
"(v,i) in timeRangeList"
:key=
"i"
class=
"p
t8
"
>
<el-time-picker
:disabled=
"form.exchangeTimeType === 1"
class=
"vertical-middle w300"
is-range
v-model=
"v.timeRange"
value-format=
"HH:mm"
format=
"HH:mm"
range-separator=
"至"
start-placeholder=
"开始时间"
end-placeholder=
"结束时间"
placeholder=
"选择时间范围"
></el-time-picker>
<el-button
v-if=
"i"
class=
"vertical-middle"
type=
"text"
@
click=
"delTimeRange(i)"
>
删除
</el-button>
</p>
...
...
@@ -74,7 +74,7 @@
<el-radio
:label=
"1"
>
立即发布
</el-radio>
<el-radio
:label=
"2"
>
定时发布
</el-radio>
</el-radio-group>
<div
class=
""
>
<div
class=
"
pt8
"
>
<el-date-picker
v-if=
"form.releaseType ===2"
v-model=
"form.limitTimeBegin"
type=
"datetime"
placeholder=
"选择日期时间"
></el-date-picker>
</div>
</el-form-item>
...
...
src/views/mall/gift/info.vue
View file @
16a94342
...
...
@@ -86,8 +86,8 @@
<el-radio
:label=
"1"
>
全部时段
</el-radio>
<el-radio
:label=
"2"
class=
"vertical-middle"
>
部分时段
</el-radio>
</el-radio-group>
<div
v-show=
"form.exchangeTimeType === 2"
class=
"
pt10
"
>
<p
v-for=
"(v,i) in timeRangeList"
:key=
"i"
class=
"p
b10
"
>
<div
v-show=
"form.exchangeTimeType === 2"
class=
""
>
<p
v-for=
"(v,i) in timeRangeList"
:key=
"i"
class=
"p
t8
"
>
<el-time-picker
:disabled=
"form.exchangeTimeType === 1"
class=
"vertical-middle w300"
is-range
v-model=
"v.timeRange"
value-format=
"HH:mm"
format=
"HH:mm"
range-separator=
"至"
start-placeholder=
"开始时间"
end-placeholder=
"结束时间"
placeholder=
"选择时间范围"
></el-time-picker>
<el-button
v-if=
"i"
class=
"vertical-middle"
type=
"text"
@
click=
"delTimeRange(i)"
>
删除
</el-button>
</p>
...
...
@@ -108,7 +108,7 @@
<el-radio
:label=
"1"
>
立即发布
</el-radio>
<el-radio
:label=
"2"
>
定时发布
</el-radio>
</el-radio-group>
<div
class=
"pt
10
"
>
<div
class=
"pt
8
"
>
<el-date-picker
v-if=
"form.releaseType ===2"
v-model=
"form.limitTimeBegin"
type=
"datetime"
placeholder=
"选择日期时间"
></el-date-picker>
</div>
</el-form-item>
...
...
@@ -118,7 +118,7 @@
<el-radio
:label=
"3"
:disabled=
"form.changeType === 1 && (isInfo || isEdit)"
>
在线发货
</el-radio>
<el-radio
:disabled=
"form.changeType !== 1 && (isInfo || isEdit)"
:label=
"1"
>
微信兑换券
</el-radio>
</el-radio-group>
<div
class=
"pt
10
"
>
<div
class=
"pt
8
"
>
<span
v-show=
"form.changeType !== 1"
>
库存
<el-input-number
controls-position=
"right"
v-model=
"form.virtualStock"
class=
"w250 vertical-middle"
:precison=
"0"
:min=
"0"
></el-input-number></span>
<span
v-show=
"form.changeType === 1"
class=
"gray fz13"
>
礼品成本金额以选择兑换券的成本金额为准
</span>
</div>
...
...
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