Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
W
web-site
Project
Project
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
张冬
web-site
Commits
0c73bf50
Commit
0c73bf50
authored
Oct 21, 2020
by
吴冠
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
官网板式
parent
aa84210b
Hide whitespace changes
Inline
Side-by-side
Showing
15 changed files
with
103 additions
and
73 deletions
+103
-73
aside.vue
components/aside.vue
+4
-0
header.vue
components/header.vue
+2
-2
homeinput.vue
components/homeinput.vue
+28
-1
nav.vue
components/nav.vue
+3
-2
index.vue
pages/index.vue
+2
-2
abortive.vue
pages/index/notice/abortive.vue
+8
-9
all.vue
pages/index/notice/all.vue
+9
-9
bid.vue
pages/index/notice/bid.vue
+8
-10
biding.vue
pages/index/notice/biding.vue
+5
-5
cadidate.vue
pages/index/notice/cadidate.vue
+7
-8
change.vue
pages/index/notice/change.vue
+9
-10
clarifies.vue
pages/index/notice/clarifies.vue
+9
-9
clarifiesdetails.vue
pages/index/notice/clarifiesdetails.vue
+1
-0
enquirydetails.vue
pages/index/notice/enquirydetails.vue
+1
-1
inquiry.vue
pages/index/notice/inquiry.vue
+7
-5
No files found.
components/aside.vue
View file @
0c73bf50
...
@@ -103,4 +103,8 @@
...
@@ -103,4 +103,8 @@
.el-col-12
{
.el-col-12
{
width
:
100%
;
width
:
100%
;
}
}
.el-menu-item.is-active
{
/* background: #FF5203; */
color
:
#FF5203
}
</
style
>
</
style
>
components/header.vue
View file @
0c73bf50
...
@@ -15,7 +15,7 @@
...
@@ -15,7 +15,7 @@
</el-dropdown-menu>
</el-dropdown-menu>
</el-dropdown>
</el-dropdown>
<!--
<div
class=
"checkout"
v-show =
"showButton"
@
mouseover=
"hover()"
>
退出
</div>
-->
<!--
<div
class=
"checkout"
v-show =
"showButton"
@
mouseover=
"hover()"
>
退出
</div>
-->
<nuxt-link
to=
"/login/user"
class=
"login"
v-show=
"showDefault"
>
请
登录
</nuxt-link>
<nuxt-link
to=
"/login/user"
class=
"login"
v-show=
"showDefault"
>
登录
</nuxt-link>
<span
style=
"color:blue;margin-left:30px"
class=
"other"
@
click=
"loginOther"
v-show=
"showDefault"
>
商家免费入驻
</span>
<span
style=
"color:blue;margin-left:30px"
class=
"other"
@
click=
"loginOther"
v-show=
"showDefault"
>
商家免费入驻
</span>
<button
@
click=
"jump"
v-show=
"!showDefault"
class=
"right-pos"
>
商家管理后台
</button>
<button
@
click=
"jump"
v-show=
"!showDefault"
class=
"right-pos"
>
商家管理后台
</button>
</div>
</div>
...
@@ -48,7 +48,7 @@ import Cookies from 'js-cookie'
...
@@ -48,7 +48,7 @@ import Cookies from 'js-cookie'
return
{
return
{
isicon
:
false
,
isicon
:
false
,
input
:
''
,
input
:
''
,
userName
:
'欢迎来到捷安采,'
,
userName
:
'欢迎来到捷安采,
请
'
,
showDefault
:
true
,
showDefault
:
true
,
/* showButton:false */
/* showButton:false */
}
}
...
...
components/homeinput.vue
View file @
0c73bf50
...
@@ -12,7 +12,7 @@
...
@@ -12,7 +12,7 @@
v-model=
"input"
v-model=
"input"
clearable
>
clearable
>
</el-input>
</el-input>
<el-button
type=
"primary"
@
click=
"toSearch"
>
搜索
</el-button>
<el-button
@
click=
"toSearch"
>
搜索
</el-button>
</div>
</div>
</div>
</div>
</div>
</div>
...
@@ -111,4 +111,31 @@ import Cookies from "js-cookie"
...
@@ -111,4 +111,31 @@ import Cookies from "js-cookie"
.t11
{
.t11
{
cursor
:
pointer
;
cursor
:
pointer
;
}
}
/* 更改element-UI按钮样式 */
.el-button
{
color
:
#fff
;
background-color
:
#FF5203
;
/* border-color: #FF69B4; */
}
.el-button
:hover
{
background-color
:
#FF5203
;
/* border-color: #FF69B4; */
color
:
#FFFFFF
}
.el-button
:focus
{
background-color
:
#FF5203
;
color
:
#FFFFFF
/* border-color: #FF69B4; */
}
.el-input__inner
{
border
:
1px
solid
#FF5203
}
.el-input__inner
:focus
{
border
:
1px
solid
#FF5203
}
.el-button
:hover
{
background-color
:
#FF5203
;
/* border-color: #FF69B4; */
}
</
style
>
</
style
>
components/nav.vue
View file @
0c73bf50
...
@@ -144,7 +144,7 @@ import inDex from '@/pages/index.vue'
...
@@ -144,7 +144,7 @@ import inDex from '@/pages/index.vue'
<
style
scoped
>
<
style
scoped
>
.nav-sty
:hover
{
.nav-sty
:hover
{
cursor
:
pointer
;
cursor
:
pointer
;
color
:
#
0486FE
color
:
#
FF5203
}
}
.nav
{
.nav
{
width
:
100%
;
width
:
100%
;
...
@@ -160,6 +160,7 @@ import inDex from '@/pages/index.vue'
...
@@ -160,6 +160,7 @@ import inDex from '@/pages/index.vue'
.nav-list
>
.active
{
.nav-list
>
.active
{
color
:
rgba
(
255
,
255
,
255
,
1
);
color
:
rgba
(
255
,
255
,
255
,
1
);
background
:
#0486FE
;
background
:
#FF5203
;
}
}
</
style
>
</
style
>
pages/index.vue
View file @
0c73bf50
...
@@ -53,7 +53,7 @@ export default {
...
@@ -53,7 +53,7 @@ export default {
height
:
100%
;
height
:
100%
;
min-height
:
6rem
;
min-height
:
6rem
;
}
}
.imagesList
{
/*
.imagesList{
position: fixed;
position: fixed;
flex-direction: column;
flex-direction: column;
width:30px;
width:30px;
...
@@ -71,5 +71,5 @@ export default {
...
@@ -71,5 +71,5 @@ export default {
position: absolute;
position: absolute;
right:40px;
right:40px;
top:58px;
top:58px;
}
}
*/
</
style
>
</
style
>
pages/index/notice/abortive.vue
View file @
0c73bf50
...
@@ -20,7 +20,7 @@
...
@@ -20,7 +20,7 @@
<span
class=
"left"
>
项目名称
</span>
<span
class=
"left"
>
项目名称
</span>
<el-input
v-model=
"getData.title"
placeholder=
"请输入内容"
style=
"width: 2.3rem;"
></el-input>
<el-input
v-model=
"getData.title"
placeholder=
"请输入内容"
style=
"width: 2.3rem;"
></el-input>
<div
style=
"width:0.6rem;"
class=
"flex"
>
<div
style=
"width:0.6rem;"
class=
"flex"
>
<el-button
type=
"primary"
style=
"margin-left:20px"
@
click=
"queryStr"
>
查询
</el-button>
<el-button
style=
"margin-left:20px"
@
click=
"queryStr"
>
查询
</el-button>
<el-button
class=
"reset"
@
click=
"reset"
>
重置
</el-button>
<el-button
class=
"reset"
@
click=
"reset"
>
重置
</el-button>
</div>
</div>
</div>
</div>
...
@@ -241,10 +241,10 @@ import Cookies from 'js-cookie'
...
@@ -241,10 +241,10 @@ import Cookies from 'js-cookie'
}
}
.reset
{
.reset
{
color
:
rgba
(
4
,
134
,
254
,
1
)
;
color
:
#FF5203
;
background
:
rgba
(
230
,
241
,
252
,
1
)
;
background
:
#FFFFFF
;
border
:
1px
solid
rgba
(
163
,
208
,
253
,
1
);
border
:
1px
solid
#FF5203
}
}
.price
>
ul
{
.price
>
ul
{
width
:
9.3rem
;
width
:
9.3rem
;
...
@@ -291,10 +291,9 @@ import Cookies from 'js-cookie'
...
@@ -291,10 +291,9 @@ import Cookies from 'js-cookie'
.price-item
>
div
:last-child
{
.price-item
>
div
:last-child
{
width
:
4.5rem
width
:
4.5rem
}
}
.state-red
{
.state-red
{
color
:
#FF5203
color
:
rgba
(
255
,
24
,
24
,
1
);
}
}
.pagination
{
.pagination
{
position
:
absolute
;
position
:
absolute
;
/* bottom: -2%; */
/* bottom: -2%; */
...
...
pages/index/notice/all.vue
View file @
0c73bf50
...
@@ -19,7 +19,7 @@
...
@@ -19,7 +19,7 @@
<span
class=
"left"
>
项目名称
</span>
<span
class=
"left"
>
项目名称
</span>
<el-input
v-model=
"getData.title"
placeholder=
"请输入内容"
style=
"width: 2.3rem;"
></el-input>
<el-input
v-model=
"getData.title"
placeholder=
"请输入内容"
style=
"width: 2.3rem;"
></el-input>
<div
style=
"width:0.6rem;"
class=
"flex"
>
<div
style=
"width:0.6rem;"
class=
"flex"
>
<el-button
type=
"primary"
style=
"margin-left:20px"
@
click=
"queryStr"
>
查询
</el-button>
<el-button
style=
"margin-left:20px"
@
click=
"queryStr"
>
查询
</el-button>
<el-button
class=
"reset"
@
click=
"reset"
>
重置
</el-button>
<el-button
class=
"reset"
@
click=
"reset"
>
重置
</el-button>
</div>
</div>
</div>
</div>
...
@@ -289,11 +289,11 @@ import Cookies from 'js-cookie'
...
@@ -289,11 +289,11 @@ import Cookies from 'js-cookie'
width
:
70px
;
width
:
70px
;
}
}
.reset
{
.reset
{
color
:
rgba
(
4
,
134
,
254
,
1
)
;
color
:
#FF5203
;
background
:
rgba
(
230
,
241
,
252
,
1
)
;
background
:
#FFFFFF
;
border
:
1px
solid
rgba
(
163
,
208
,
253
,
1
);
border
:
1px
solid
#FF5203
}
}
.price
>
ul
{
.price
>
ul
{
width
:
9.3rem
;
width
:
9.3rem
;
...
@@ -341,9 +341,9 @@ import Cookies from 'js-cookie'
...
@@ -341,9 +341,9 @@ import Cookies from 'js-cookie'
width
:
4.5rem
width
:
4.5rem
}
}
.state-red
{
.state-red
{
color
:
rgba
(
255
,
24
,
24
,
1
);
color
:
#FF5203
}
}
.pagination
{
.pagination
{
position
:
absolute
;
position
:
absolute
;
/* bottom: -2%; */
/* bottom: -2%; */
...
...
pages/index/notice/bid.vue
View file @
0c73bf50
...
@@ -20,7 +20,7 @@
...
@@ -20,7 +20,7 @@
<span
class=
"left"
>
项目名称
</span>
<span
class=
"left"
>
项目名称
</span>
<el-input
v-model=
"getData.title"
placeholder=
"请输入内容"
style=
"width: 2.3rem;"
></el-input>
<el-input
v-model=
"getData.title"
placeholder=
"请输入内容"
style=
"width: 2.3rem;"
></el-input>
<div
style=
"width:0.6rem;"
class=
"flex"
>
<div
style=
"width:0.6rem;"
class=
"flex"
>
<el-button
type=
"primary"
style=
"margin-left:20px"
@
click=
"queryStr"
>
查询
</el-button>
<el-button
style=
"margin-left:20px"
@
click=
"queryStr"
>
查询
</el-button>
<el-button
class=
"reset"
@
click=
"reset"
>
重置
</el-button>
<el-button
class=
"reset"
@
click=
"reset"
>
重置
</el-button>
</div>
</div>
</div>
</div>
...
@@ -252,11 +252,10 @@ import Cookies from 'js-cookie'
...
@@ -252,11 +252,10 @@ import Cookies from 'js-cookie'
}
}
.reset
{
.reset
{
color
:
rgba
(
4
,
134
,
254
,
1
);
color
:
#FF5203
;
background
:
rgba
(
230
,
241
,
252
,
1
);
background
:
#FFFFFF
;
border
:
1px
solid
rgba
(
163
,
208
,
253
,
1
);
border
:
1px
solid
#FF5203
}
}
.price
>
ul
{
.price
>
ul
{
width
:
9.3rem
;
width
:
9.3rem
;
box-sizing
:
border-box
;
box-sizing
:
border-box
;
...
@@ -302,10 +301,9 @@ import Cookies from 'js-cookie'
...
@@ -302,10 +301,9 @@ import Cookies from 'js-cookie'
.price-item
>
div
:last-child
{
.price-item
>
div
:last-child
{
width
:
4.5rem
width
:
4.5rem
}
}
.state-red
{
.state-red
{
color
:
#FF5203
color
:
rgba
(
255
,
24
,
24
,
1
);
}
}
.pagination
{
.pagination
{
position
:
absolute
;
position
:
absolute
;
left
:
50%
;
left
:
50%
;
...
...
pages/index/notice/biding.vue
View file @
0c73bf50
...
@@ -32,7 +32,7 @@
...
@@ -32,7 +32,7 @@
<span
class=
"left"
>
项目名称
</span>
<span
class=
"left"
>
项目名称
</span>
<el-input
v-model=
"getData.title"
placeholder=
"请输入内容"
style=
"width: 2.3rem;"
></el-input>
<el-input
v-model=
"getData.title"
placeholder=
"请输入内容"
style=
"width: 2.3rem;"
></el-input>
<div
style=
"width:0.6rem;"
class=
"flex"
>
<div
style=
"width:0.6rem;"
class=
"flex"
>
<el-button
type=
"primary"
style=
"margin-left:20px"
@
click=
"queryStr"
>
查询
</el-button>
<el-button
style=
"margin-left:20px"
@
click=
"queryStr"
>
查询
</el-button>
<el-button
class=
"reset"
@
click=
"reset"
>
重置
</el-button>
<el-button
class=
"reset"
@
click=
"reset"
>
重置
</el-button>
</div>
</div>
</div>
</div>
...
@@ -305,9 +305,9 @@ export default {
...
@@ -305,9 +305,9 @@ export default {
}
}
.reset
{
.reset
{
color
:
rgba
(
4
,
134
,
254
,
1
)
;
color
:
#FF5203
;
background
:
rgba
(
230
,
241
,
252
,
1
)
;
background
:
#FFFFFF
;
border
:
1px
solid
rgba
(
163
,
208
,
253
,
1
);
border
:
1px
solid
#FF5203
}
}
.price
>
ul
{
.price
>
ul
{
...
@@ -356,7 +356,7 @@ export default {
...
@@ -356,7 +356,7 @@ export default {
}
}
.state-red
{
.state-red
{
color
:
rgba
(
255
,
24
,
24
,
1
);
color
:
#FF5203
}
}
.pagination
{
.pagination
{
position
:
absolute
;
position
:
absolute
;
...
...
pages/index/notice/cadidate.vue
View file @
0c73bf50
...
@@ -20,7 +20,7 @@
...
@@ -20,7 +20,7 @@
<span
class=
"left"
>
项目名称
</span>
<span
class=
"left"
>
项目名称
</span>
<el-input
v-model=
"getData.title"
placeholder=
"请输入内容"
style=
"width: 2.3rem;"
></el-input>
<el-input
v-model=
"getData.title"
placeholder=
"请输入内容"
style=
"width: 2.3rem;"
></el-input>
<div
style=
"width:0.6rem;"
class=
"flex"
>
<div
style=
"width:0.6rem;"
class=
"flex"
>
<el-button
type=
"primary"
style=
"margin-left:20px"
@
click=
"queryStr"
>
查询
</el-button>
<el-button
style=
"margin-left:20px"
@
click=
"queryStr"
>
查询
</el-button>
<el-button
class=
"reset"
@
click=
"reset"
>
重置
</el-button>
<el-button
class=
"reset"
@
click=
"reset"
>
重置
</el-button>
</div>
</div>
</div>
</div>
...
@@ -243,11 +243,10 @@ import Cookies from 'js-cookie'
...
@@ -243,11 +243,10 @@ import Cookies from 'js-cookie'
}
}
.reset
{
.reset
{
color
:
rgba
(
4
,
134
,
254
,
1
);
color
:
#FF5203
;
background
:
rgba
(
230
,
241
,
252
,
1
);
background
:
#FFFFFF
;
border
:
1px
solid
rgba
(
163
,
208
,
253
,
1
);
border
:
1px
solid
#FF5203
}
}
.price
>
ul
{
.price
>
ul
{
width
:
9.3rem
;
width
:
9.3rem
;
box-sizing
:
border-box
;
box-sizing
:
border-box
;
...
@@ -295,8 +294,8 @@ import Cookies from 'js-cookie'
...
@@ -295,8 +294,8 @@ import Cookies from 'js-cookie'
}
}
.state-red
{
.state-red
{
color
:
rgba
(
255
,
24
,
24
,
1
);
color
:
#FF5203
}
}
.pagination
{
.pagination
{
position
:
absolute
;
position
:
absolute
;
/* bottom: -2%; */
/* bottom: -2%; */
...
...
pages/index/notice/change.vue
View file @
0c73bf50
...
@@ -20,7 +20,7 @@
...
@@ -20,7 +20,7 @@
<span
class=
"left"
>
项目名称
</span>
<span
class=
"left"
>
项目名称
</span>
<el-input
v-model=
"getData.title"
placeholder=
"请输入内容"
style=
"width: 2.3rem;"
></el-input>
<el-input
v-model=
"getData.title"
placeholder=
"请输入内容"
style=
"width: 2.3rem;"
></el-input>
<div
style=
"width:0.6rem;"
class=
"flex"
>
<div
style=
"width:0.6rem;"
class=
"flex"
>
<el-button
type=
"primary"
style=
"margin-left:20px"
@
click=
"queryStr"
>
查询
</el-button>
<el-button
style=
"margin-left:20px"
@
click=
"queryStr"
>
查询
</el-button>
<el-button
class=
"reset"
@
click=
"reset"
>
重置
</el-button>
<el-button
class=
"reset"
@
click=
"reset"
>
重置
</el-button>
</div>
</div>
</div>
</div>
...
@@ -242,12 +242,11 @@ import Cookies from 'js-cookie'
...
@@ -242,12 +242,11 @@ import Cookies from 'js-cookie'
width
:
70px
width
:
70px
}
}
.reset
{
.reset
{
color
:
rgba
(
4
,
134
,
254
,
1
);
color
:
#FF5203
;
background
:
rgba
(
230
,
241
,
252
,
1
);
background
:
#FFFFFF
;
border
:
1px
solid
rgba
(
163
,
208
,
253
,
1
);
border
:
1px
solid
#FF5203
}
}
.price
>
ul
{
.price
>
ul
{
width
:
9.3rem
;
width
:
9.3rem
;
box-sizing
:
border-box
;
box-sizing
:
border-box
;
...
@@ -294,9 +293,9 @@ import Cookies from 'js-cookie'
...
@@ -294,9 +293,9 @@ import Cookies from 'js-cookie'
width
:
4.5rem
width
:
4.5rem
}
}
.state-red
{
.state-red
{
color
:
rgba
(
255
,
24
,
24
,
1
);
color
:
#FF5203
}
}
.pagination
{
.pagination
{
position
:
absolute
;
position
:
absolute
;
/* bottom: -2%; */
/* bottom: -2%; */
...
...
pages/index/notice/clarifies.vue
View file @
0c73bf50
...
@@ -20,7 +20,7 @@
...
@@ -20,7 +20,7 @@
<span
class=
"left"
>
项目名称
</span>
<span
class=
"left"
>
项目名称
</span>
<el-input
v-model=
"getData.title"
placeholder=
"请输入内容"
style=
"width: 2.3rem;"
></el-input>
<el-input
v-model=
"getData.title"
placeholder=
"请输入内容"
style=
"width: 2.3rem;"
></el-input>
<div
style=
"width:0.6rem;"
class=
"flex"
>
<div
style=
"width:0.6rem;"
class=
"flex"
>
<el-button
type=
"primary"
style=
"margin-left:20px"
@
click=
"queryStr"
>
查询
</el-button>
<el-button
style=
"margin-left:20px"
@
click=
"queryStr"
>
查询
</el-button>
<el-button
class=
"reset"
@
click=
"reset"
>
重置
</el-button>
<el-button
class=
"reset"
@
click=
"reset"
>
重置
</el-button>
</div>
</div>
</div>
</div>
...
@@ -240,11 +240,11 @@ import Cookies from 'js-cookie'
...
@@ -240,11 +240,11 @@ import Cookies from 'js-cookie'
width
:
70px
;
width
:
70px
;
}
}
.reset
{
.reset
{
color
:
rgba
(
4
,
134
,
254
,
1
)
;
color
:
#FF5203
;
background
:
rgba
(
230
,
241
,
252
,
1
)
;
background
:
#FFFFFF
;
border
:
1px
solid
rgba
(
163
,
208
,
253
,
1
);
border
:
1px
solid
#FF5203
}
}
.price
>
ul
{
.price
>
ul
{
width
:
9.3rem
;
width
:
9.3rem
;
...
@@ -292,9 +292,9 @@ import Cookies from 'js-cookie'
...
@@ -292,9 +292,9 @@ import Cookies from 'js-cookie'
width
:
4.5rem
width
:
4.5rem
}
}
.state-red
{
.state-red
{
color
:
rgba
(
255
,
24
,
24
,
1
);
color
:
#FF5203
}
}
.pagination
{
.pagination
{
position
:
absolute
;
position
:
absolute
;
/* bottom: -2%; */
/* bottom: -2%; */
...
...
pages/index/notice/clarifiesdetails.vue
View file @
0c73bf50
...
@@ -88,6 +88,7 @@ export default {
...
@@ -88,6 +88,7 @@ export default {
this
.
itemTitle
=
data
.
title
this
.
itemTitle
=
data
.
title
this
.
itemCode
=
data
.
projectId
this
.
itemCode
=
data
.
projectId
this
.
contentList
=
data
.
content
this
.
contentList
=
data
.
content
this
.
itemTime
=
data
.
createTime
}
}
}
}
}
}
...
...
pages/index/notice/enquirydetails.vue
View file @
0c73bf50
...
@@ -307,7 +307,7 @@ export default {
...
@@ -307,7 +307,7 @@ export default {
this
.
formdata
.
itemTitle
=
data
.
title
;
this
.
formdata
.
itemTitle
=
data
.
title
;
this
.
formdata
.
itemCode
=
data
.
inquiryCode
;
this
.
formdata
.
itemCode
=
data
.
inquiryCode
;
this
.
formdata
.
itemTime
=
data
.
createTime
;
this
.
formdata
.
itemTime
=
data
.
createTime
;
this
.
formdata
.
area
=
data
.
provinceId
+
data
.
cityId
+
data
.
districtId
;
this
.
formdata
.
area
=
data
.
area
;
this
.
formdata
.
record
=
data
.
purchaseCategory
;
this
.
formdata
.
record
=
data
.
purchaseCategory
;
let
a
=
data
.
priority
;
let
a
=
data
.
priority
;
if
(
a
===
0
)
{
if
(
a
===
0
)
{
...
...
pages/index/notice/inquiry.vue
View file @
0c73bf50
...
@@ -32,7 +32,7 @@
...
@@ -32,7 +32,7 @@
<span
class=
"left"
>
项目名称
</span>
<span
class=
"left"
>
项目名称
</span>
<el-input
v-model=
"getData.title"
placeholder=
"请输入内容"
style=
"width: 2.3rem;"
></el-input>
<el-input
v-model=
"getData.title"
placeholder=
"请输入内容"
style=
"width: 2.3rem;"
></el-input>
<div
style=
"width:0.6rem;"
class=
"flex"
>
<div
style=
"width:0.6rem;"
class=
"flex"
>
<el-button
type=
"primary"
style=
"margin-left:20px"
@
click=
"queryStr"
>
查询
</el-button>
<el-button
style=
"margin-left:20px"
@
click=
"queryStr"
>
查询
</el-button>
<el-button
class=
"reset"
@
click=
"reset"
>
重置
</el-button>
<el-button
class=
"reset"
@
click=
"reset"
>
重置
</el-button>
</div>
</div>
</div>
</div>
...
@@ -322,9 +322,9 @@ export default {
...
@@ -322,9 +322,9 @@ export default {
}
}
.reset
{
.reset
{
color
:
rgba
(
4
,
134
,
254
,
1
)
;
color
:
#FF5203
;
background
:
rgba
(
230
,
241
,
252
,
1
)
;
background
:
#FFFFFF
;
border
:
1px
solid
rgba
(
163
,
208
,
253
,
1
);
border
:
1px
solid
#FF5203
}
}
.price
>
ul
{
.price
>
ul
{
...
@@ -373,6 +373,7 @@ export default {
...
@@ -373,6 +373,7 @@ export default {
}
}
.state-red
{
.state-red
{
color
:
rgba
(
255
,
24
,
24
,
1
);
color
:
#FF5203
}
}
/* 更改element-UI按钮样式 */
</
style
>
</
style
>
\ 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