|
|
|
@ -783,6 +783,101 @@
|
|
|
|
.tableActions {
|
|
|
|
.tableActions {
|
|
|
|
display: flex;
|
|
|
|
display: flex;
|
|
|
|
gap: 8px;
|
|
|
|
gap: 8px;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// 自定义按钮样式
|
|
|
|
|
|
|
|
:global(.ant-btn) {
|
|
|
|
|
|
|
|
background-color: #ffffff !important;
|
|
|
|
|
|
|
|
border-color: #DFE4F6 !important;
|
|
|
|
|
|
|
|
color: #333333 !important;
|
|
|
|
|
|
|
|
box-shadow: none !important;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
|
|
|
|
background-color: #f5f5f5 !important;
|
|
|
|
|
|
|
|
border-color: #DFE4F6 !important;
|
|
|
|
|
|
|
|
color: #333333 !important;
|
|
|
|
|
|
|
|
box-shadow: none !important;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
&:focus {
|
|
|
|
|
|
|
|
background-color: #ffffff !important;
|
|
|
|
|
|
|
|
border-color: #DFE4F6 !important;
|
|
|
|
|
|
|
|
color: #333333 !important;
|
|
|
|
|
|
|
|
box-shadow: none !important;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
&:active {
|
|
|
|
|
|
|
|
background-color: #e6e6e6 !important;
|
|
|
|
|
|
|
|
border-color: #DFE4F6 !important;
|
|
|
|
|
|
|
|
color: #333333 !important;
|
|
|
|
|
|
|
|
box-shadow: none !important;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// 主要按钮样式
|
|
|
|
|
|
|
|
&.ant-btn-primary {
|
|
|
|
|
|
|
|
background-color: #ffffff !important;
|
|
|
|
|
|
|
|
border-color: #DFE4F6 !important;
|
|
|
|
|
|
|
|
color: #333333 !important;
|
|
|
|
|
|
|
|
box-shadow: none !important;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
|
|
|
|
background-color: #f5f5f5 !important;
|
|
|
|
|
|
|
|
border-color: #DFE4F6 !important;
|
|
|
|
|
|
|
|
color: #333333 !important;
|
|
|
|
|
|
|
|
box-shadow: none !important;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
&:focus {
|
|
|
|
|
|
|
|
background-color: #ffffff !important;
|
|
|
|
|
|
|
|
border-color: #DFE4F6 !important;
|
|
|
|
|
|
|
|
color: #333333 !important;
|
|
|
|
|
|
|
|
box-shadow: none !important;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
&:active {
|
|
|
|
|
|
|
|
background-color: #e6e6e6 !important;
|
|
|
|
|
|
|
|
border-color: #DFE4F6 !important;
|
|
|
|
|
|
|
|
color: #333333 !important;
|
|
|
|
|
|
|
|
box-shadow: none !important;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// 危险按钮样式
|
|
|
|
|
|
|
|
&.ant-btn-dangerous {
|
|
|
|
|
|
|
|
background-color: #ffffff !important;
|
|
|
|
|
|
|
|
border-color: #DFE4F6 !important;
|
|
|
|
|
|
|
|
color: #333333 !important;
|
|
|
|
|
|
|
|
box-shadow: none !important;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
|
|
|
|
background-color: #f5f5f5 !important;
|
|
|
|
|
|
|
|
border-color: #DFE4F6 !important;
|
|
|
|
|
|
|
|
color: #333333 !important;
|
|
|
|
|
|
|
|
box-shadow: none !important;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
&:focus {
|
|
|
|
|
|
|
|
background-color: #ffffff !important;
|
|
|
|
|
|
|
|
border-color: #DFE4F6 !important;
|
|
|
|
|
|
|
|
color: #333333 !important;
|
|
|
|
|
|
|
|
box-shadow: none !important;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
&:active {
|
|
|
|
|
|
|
|
background-color: #e6e6e6 !important;
|
|
|
|
|
|
|
|
border-color: #DFE4F6 !important;
|
|
|
|
|
|
|
|
color: #333333 !important;
|
|
|
|
|
|
|
|
box-shadow: none !important;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// 禁用状态
|
|
|
|
|
|
|
|
&:disabled {
|
|
|
|
|
|
|
|
background-color: #f5f5f5 !important;
|
|
|
|
|
|
|
|
border-color: #d9d9d9 !important;
|
|
|
|
|
|
|
|
color: #bfbfbf !important;
|
|
|
|
|
|
|
|
box-shadow: none !important;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|