- 为表格添加自定义样式类 m-table - 设置表头背景渐变和透明度 - 调整模态框样式,包括按钮、头部和内容区域 - 在多个组件中应用这些样式,如 flow-template-modal、arguments-modal、prompt 等main
parent
a6691ead8c
commit
5eb93b5c84
@ -0,0 +1,35 @@ |
||||
.m-btn { |
||||
background: #0f4debba; |
||||
border-radius: 10px; |
||||
color: #fff; |
||||
padding: 20px 12px; |
||||
|
||||
&:hover { |
||||
background: #1060FF !important; |
||||
} |
||||
} |
||||
|
||||
.m-table{ |
||||
|
||||
thead{ |
||||
background: linear-gradient(180deg, #1060FF20 0%, rgba(16,96,255,0) 100%); |
||||
} |
||||
|
||||
.ant-table-thead >tr>th{ |
||||
background-color: transparent; |
||||
} |
||||
} |
||||
|
||||
.ant-modal{ |
||||
padding-bottom: 0; |
||||
background-color: #fff; |
||||
border-radius: 15px; |
||||
|
||||
.ant-modal-header{ |
||||
background-color: transparent; |
||||
} |
||||
|
||||
.ant-modal-content { |
||||
background: linear-gradient(180deg, #1060FF15 0%, rgba(16, 96, 255, 0) 100%); |
||||
} |
||||
} |
@ -0,0 +1,35 @@ |
||||
.m-btn { |
||||
background: #0f4debba; |
||||
border-radius: 10px; |
||||
color: #fff; |
||||
padding: 20px 12px; |
||||
|
||||
&:hover { |
||||
background: #1060FF !important; |
||||
} |
||||
} |
||||
|
||||
.m-table{ |
||||
|
||||
thead{ |
||||
background: linear-gradient(180deg, #1060FF20 0%, rgba(16,96,255,0) 100%); |
||||
} |
||||
|
||||
.ant-table-thead >tr>th{ |
||||
background-color: transparent; |
||||
} |
||||
} |
||||
|
||||
.ant-modal{ |
||||
padding-bottom: 0; |
||||
background-color: #fff; |
||||
border-radius: 15px; |
||||
|
||||
.ant-modal-header{ |
||||
background-color: transparent; |
||||
} |
||||
|
||||
.ant-modal-content { |
||||
background: linear-gradient(180deg, #1060FF15 0%, rgba(16, 96, 255, 0) 100%); |
||||
} |
||||
} |
@ -0,0 +1,35 @@ |
||||
.m-btn { |
||||
background: #0f4debba; |
||||
border-radius: 10px; |
||||
color: #fff; |
||||
padding: 20px 12px; |
||||
|
||||
&:hover { |
||||
background: #1060FF !important; |
||||
} |
||||
} |
||||
|
||||
.m-table{ |
||||
|
||||
thead{ |
||||
background: linear-gradient(180deg, #1060FF20 0%, rgba(16,96,255,0) 100%); |
||||
} |
||||
|
||||
.ant-table-thead >tr>th{ |
||||
background-color: transparent; |
||||
} |
||||
} |
||||
|
||||
.ant-modal{ |
||||
padding-bottom: 0; |
||||
background-color: #fff; |
||||
border-radius: 15px; |
||||
|
||||
.ant-modal-header{ |
||||
background-color: transparent; |
||||
} |
||||
|
||||
.ant-modal-content { |
||||
background: linear-gradient(180deg, #1060FF15 0%, rgba(16, 96, 255, 0) 100%); |
||||
} |
||||
} |
@ -0,0 +1,35 @@ |
||||
.m-btn { |
||||
background: #0f4debba; |
||||
border-radius: 10px; |
||||
color: #fff; |
||||
padding: 20px 12px; |
||||
|
||||
&:hover { |
||||
background: #1060FF !important; |
||||
} |
||||
} |
||||
|
||||
.m-table{ |
||||
|
||||
thead{ |
||||
background: linear-gradient(180deg, #1060FF20 0%, rgba(16,96,255,0) 100%); |
||||
} |
||||
|
||||
.ant-table-thead >tr>th{ |
||||
background-color: transparent; |
||||
} |
||||
} |
||||
|
||||
.ant-modal{ |
||||
padding-bottom: 0; |
||||
background-color: #fff; |
||||
border-radius: 15px; |
||||
|
||||
.ant-modal-header{ |
||||
background-color: transparent; |
||||
} |
||||
|
||||
.ant-modal-content { |
||||
background: linear-gradient(180deg, #1060FF15 0%, rgba(16, 96, 255, 0) 100%); |
||||
} |
||||
} |
@ -0,0 +1,35 @@ |
||||
.m-btn { |
||||
background: #0f4debba; |
||||
border-radius: 10px; |
||||
color: #fff; |
||||
padding: 20px 12px; |
||||
|
||||
&:hover { |
||||
background: #1060FF !important; |
||||
} |
||||
} |
||||
|
||||
.m-table{ |
||||
|
||||
thead{ |
||||
background: linear-gradient(180deg, #1060FF20 0%, rgba(16,96,255,0) 100%); |
||||
} |
||||
|
||||
.ant-table-thead >tr>th{ |
||||
background-color: transparent; |
||||
} |
||||
} |
||||
|
||||
.ant-modal{ |
||||
padding-bottom: 0; |
||||
background-color: #fff; |
||||
border-radius: 15px; |
||||
|
||||
.ant-modal-header{ |
||||
background-color: transparent; |
||||
} |
||||
|
||||
.ant-modal-content { |
||||
background: linear-gradient(180deg, #1060FF15 0%, rgba(16, 96, 255, 0) 100%); |
||||
} |
||||
} |
@ -0,0 +1,34 @@ |
||||
.m-btn { |
||||
background: #0f4debba; |
||||
border-radius: 10px; |
||||
color: #fff; |
||||
padding: 20px 12px; |
||||
|
||||
&:hover { |
||||
background: #1060FF !important; |
||||
} |
||||
} |
||||
|
||||
.m-table { |
||||
|
||||
thead { |
||||
background: linear-gradient(180deg, #1060FF20 0%, rgba(16, 96, 255, 0) 100%); |
||||
} |
||||
|
||||
.ant-table-thead>tr>th { |
||||
background-color: transparent; |
||||
} |
||||
} |
||||
.ant-modal{ |
||||
padding-bottom: 0; |
||||
background-color: #fff; |
||||
border-radius: 15px; |
||||
|
||||
.ant-modal-header{ |
||||
background-color: transparent; |
||||
} |
||||
|
||||
.ant-modal-content { |
||||
background: linear-gradient(180deg, #1060FF15 0%, rgba(16, 96, 255, 0) 100%); |
||||
} |
||||
} |
@ -0,0 +1,35 @@ |
||||
.m-btn { |
||||
background: #0f4debba; |
||||
border-radius: 10px; |
||||
color: #fff; |
||||
padding: 20px 12px; |
||||
|
||||
&:hover { |
||||
background: #1060FF !important; |
||||
} |
||||
} |
||||
|
||||
.m-table{ |
||||
|
||||
thead{ |
||||
background: linear-gradient(180deg, #1060FF20 0%, rgba(16,96,255,0) 100%); |
||||
} |
||||
|
||||
.ant-table-thead >tr>th{ |
||||
background-color: transparent; |
||||
} |
||||
} |
||||
|
||||
.ant-modal{ |
||||
padding-bottom: 0; |
||||
background-color: #fff; |
||||
border-radius: 15px; |
||||
|
||||
.ant-modal-header{ |
||||
background-color: transparent; |
||||
} |
||||
|
||||
.ant-modal-content { |
||||
background: linear-gradient(180deg, #1060FF15 0%, rgba(16, 96, 255, 0) 100%); |
||||
} |
||||
} |
Loading…
Reference in new issue