Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
NLT-e-cigarette
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
张伯涛
NLT-e-cigarette
Commits
731f07a3
Commit
731f07a3
authored
May 28, 2022
by
秦嘉
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
设备管理页面按钮颜色更改
parent
f329ef6d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
element-ui.scss
src/styles/element-ui.scss
+5
-0
index.vue
src/views/system/device/index.vue
+1
-0
No files found.
src/styles/element-ui.scss
View file @
731f07a3
...
...
@@ -123,6 +123,11 @@ body .el-table th.gutter{
.deleteLink
{
color
:
#D20A10
;
}
// confirm确定按钮颜色样式
.el-message-box__btns
button
:nth-child
(
2
)
{
border-color
:
#D20A10
;
background-color
:
#D20A10
;
}
// 启用/停止按钮样式高度
.el-switch
{
height
:
18px
;
//启停按钮高度,
...
...
src/views/system/device/index.vue
View file @
731f07a3
...
...
@@ -341,6 +341,7 @@ export default {
this
.
$confirm
(
`“
${
row
.
deviceName
}
”设备即将被
${
text
}
,是否继续?`
,
'提示'
,
{
confirmButtonText
:
'确定'
,
cancelButtonText
:
'取消'
,
customClass
:
'confirmBtnSure'
,
type
:
'warning'
}).
then
(
function
()
{
return
updateDevice
(
row
)
...
...
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