|
|
@ -81,12 +81,16 @@ |
|
|
|
background-color: #3e8ef7 !important; |
|
|
|
border-color: #3e8ef7 !important; |
|
|
|
} |
|
|
|
|
|
|
|
.diy-button--qrcode { |
|
|
|
color: #fff !important; |
|
|
|
background-color: #4ec591 !important; |
|
|
|
border-color: #4ec591 !important; |
|
|
|
} |
|
|
|
//table按钮样式 |
|
|
|
|
|
|
|
//查看 |
|
|
|
.div-table-button--detail { |
|
|
|
color: #3E8EF7 !important; |
|
|
|
color: #3e8ef7 !important; |
|
|
|
text-decoration: underline !important; |
|
|
|
} |
|
|
|
|
|
|
@ -101,3 +105,9 @@ |
|
|
|
color: #d51010 !important; |
|
|
|
text-decoration: underline !important; |
|
|
|
} |
|
|
|
|
|
|
|
// |
|
|
|
.div-table-button--qr { |
|
|
|
color: #4ec591 !important; |
|
|
|
text-decoration: underline !important; |
|
|
|
} |
|
|
|