Showing
1 changed file
with
2 additions
and
2 deletions
| 1 | <!-- | 1 | <!-- |
| 2 | * @Date: 2024-09-29 10:31:01 | 2 | * @Date: 2024-09-29 10:31:01 |
| 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com | 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com |
| 4 | - * @LastEditTime: 2024-10-15 17:26:19 | 4 | + * @LastEditTime: 2024-10-21 11:32:10 |
| 5 | * @FilePath: /hager/src/components/hagerMore.vue | 5 | * @FilePath: /hager/src/components/hagerMore.vue |
| 6 | * @Description: 文件描述 | 6 | * @Description: 文件描述 |
| 7 | --> | 7 | --> |
| ... | @@ -33,7 +33,7 @@ export default { | ... | @@ -33,7 +33,7 @@ export default { |
| 33 | <style lang="less" scoped> | 33 | <style lang="less" scoped> |
| 34 | .hager-more { | 34 | .hager-more { |
| 35 | color: #FFF; | 35 | color: #FFF; |
| 36 | - padding: 1rem 3rem; | 36 | + padding: 0.9rem 4rem; |
| 37 | display: inline-block; | 37 | display: inline-block; |
| 38 | cursor: pointer; | 38 | cursor: pointer; |
| 39 | background-color: #F56400; | 39 | background-color: #F56400; | ... | ... |
-
Please register or login to post a comment