hookehuyr

more组件样式修改

<!--
* @Date: 2024-09-29 10:31:01
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2024-09-29 10:52:45
* @LastEditTime: 2024-10-15 17:26:19
* @FilePath: /hager/src/components/hagerMore.vue
* @Description: 文件描述
-->
<template>
<div class="hager-more">
<i class="el-icon-right"></i> <span style="font-size: 0.9rem;">查看MORE</span>
<span style="font-size: 0.9rem;">MORE</span>
</div>
</template>
......@@ -32,11 +32,10 @@ export default {
<style lang="less" scoped>
.hager-more {
color: #EE6D10;
padding: 0.5rem 1rem;
border: 1px solid #EE6D10;
border-radius: 4px;
color: #FFF;
padding: 1rem 3rem;
display: inline-block;
cursor: pointer;
background-color: #F56400;
}
</style>
......