Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcdj-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
ef1a610f
authored
2022-10-09 15:18:09 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:样式修改
1 parent
ba99dddd
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
14 additions
and
18 deletions
.env.development
src/styles/btn.scss
src/views/ywbl/fqsq/workFrame.scss
src/views/ywbl/fqsq/workFrame.vue
.env.development
View file @
ef1a610
...
...
@@ -5,4 +5,4 @@ NODE_ENV=development
VUE_APP_BASE_API = '/bdcdj'
# 开发环境
VUE_APP_API_BASE_URL = 'http://192.168.2.
95
:8018'
VUE_APP_API_BASE_URL = 'http://192.168.2.
88
:8018'
...
...
src/styles/btn.scss
View file @
ef1a610
...
...
@@ -2,7 +2,7 @@
@mixin
colorBtn
(
$color
)
{
background
:
$color
;
color
:
#fff
;
color
:
#fff
;
&
:hover
{
color
:
#fff
;
...
...
@@ -99,15 +99,9 @@
font-size
:
14px
;
border-radius
:
4px
;
}
// 搜索框按钮的位置
.btnCol
{
.btnCol
{
box-sizing
:
border-box
;
text-align
:
right
;
}
\ No newline at end of file
// 默认白色按钮样式
.el-button--default
{
background
:
#FBFCFD
;
border
:
1px
solid
#E4EBF4
;
border-radius
:
4px
;
}
...
...
src/views/ywbl/fqsq/workFrame.scss
View file @
ef1a610
...
...
@@ -123,6 +123,7 @@
left
:
0%
;
}
.topButton
{
@include
flex
;
width
:
100%
;
...
...
src/views/ywbl/fqsq/workFrame.vue
View file @
ef1a610
...
...
@@ -144,6 +144,9 @@ export default {
operation
(
index
,
item
)
{
let
that
=
this
;
switch
(
item
.
value
)
{
case
"lct"
:
console
.
log
(
2222222222
);
break
;
case
"zsyl"
:
this
.
zsylFlag
=
true
;
break
;
...
...
@@ -239,8 +242,6 @@ export default {
h
(
"i"
,
{
style
:
"color: teal"
},
obj
.
usernames
.
join
(
","
)),
]),
showCancelButton
:
true
,
confirmButtonText
:
"确定"
,
cancelButtonText
:
"取消"
,
beforeClose
:
(
action
,
instance
,
done
)
=>
{
if
(
action
===
"confirm"
)
{
instance
.
confirmButtonLoading
=
true
;
...
...
@@ -267,10 +268,10 @@ export default {
}).
then
((
action
)
=>
{
this
.
$message
({
type
:
"info"
,
message
:
"action: "
+
action
,
})
;
})
;
}
,
}
,
}
;
message
:
"action: "
+
action
})
})
}
}
}
</
script
>
\ No newline at end of file
...
...
Please
register
or
sign in
to post a comment