Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
fk-spider-web
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
周田
fk-spider-web
Commits
9564fd96
Commit
9564fd96
authored
Nov 17, 2025
by
liucan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:添加编号弹窗删除确认框
parent
f489d1f8
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
2 deletions
+11
-2
_element.scss
src/styles/_element.scss
+10
-1
index.vue
src/views/os-spiderManager/index.vue
+1
-1
No files found.
src/styles/_element.scss
View file @
9564fd96
...
@@ -38,7 +38,6 @@
...
@@ -38,7 +38,6 @@
--el-table-text-color
:
#FFFFFF
;
--el-table-text-color
:
#FFFFFF
;
}
}
// 分段选择器的样式
// 分段选择器的样式
.custom-style
.el-segmented
{
.custom-style
.el-segmented
{
// 选中选项的背景颜色
// 选中选项的背景颜色
...
@@ -116,3 +115,12 @@
...
@@ -116,3 +115,12 @@
padding
:
16px
;
padding
:
16px
;
/* 保持默认内边距,可按需调整 */
/* 保持默认内边距,可按需调整 */
}
}
.el-popover
{
background-color
:
#1D5484
!
important
;
color
:
white
!
important
;
}
.
el-popper__arrow
:
:
before
{
background-color
:
#1D5484
!
important
;
}
\ No newline at end of file
src/views/os-spiderManager/index.vue
View file @
9564fd96
...
@@ -71,7 +71,7 @@
...
@@ -71,7 +71,7 @@
</div>
</div>
<div
class=
"btn"
>
<div
class=
"btn"
>
<el-button
:disabled=
"curSateNo == ''"
plain
type=
"primary"
@
click=
"addNoToList"
>
添加
</el-button>
<el-button
:disabled=
"curSateNo == ''"
plain
type=
"primary"
@
click=
"addNoToList"
>
添加
</el-button>
<el-popconfirm
title=
"确定删除选中编号吗?"
width=
"200"
>
<el-popconfirm
title=
"确定删除选中编号吗?"
width=
"200"
style=
"background-color: pink"
>
<
template
#
reference
>
<
template
#
reference
>
<el-button
:disabled=
"curSelSateNo.length === 0"
plain
type=
"danger"
>
删除
</el-button>
<el-button
:disabled=
"curSelSateNo.length === 0"
plain
type=
"danger"
>
删除
</el-button>
</
template
>
</
template
>
...
...
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