hookehuyr

fix MORE组件样式优化

<!--
* @Date: 2024-09-29 10:31:01
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2024-10-15 17:26:19
* @LastEditTime: 2024-10-21 11:32:10
* @FilePath: /hager/src/components/hagerMore.vue
* @Description: 文件描述
-->
......@@ -33,7 +33,7 @@ export default {
<style lang="less" scoped>
.hager-more {
color: #FFF;
padding: 1rem 3rem;
padding: 0.9rem 4rem;
display: inline-block;
cursor: pointer;
background-color: #F56400;
......