|
@@ -298,7 +298,7 @@ export default {
|
|
|
border-radius: 8px;
|
|
|
color: #ffffff;
|
|
|
line-height: 32px;
|
|
|
- padding: 0 8px;
|
|
|
+ padding: 0 0 0 8px;
|
|
|
float: right;
|
|
|
font-size: 10px;
|
|
|
img {
|
|
@@ -376,6 +376,7 @@ export default {
|
|
|
.application-list-btn {
|
|
|
background: linear-gradient(90deg, #38aefc 0%, #3b7fff 100%);
|
|
|
color: #ffffff;
|
|
|
+ overflow: hidden;
|
|
|
}
|
|
|
|
|
|
.application-list-bottom {
|