Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
hager
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2024-10-15 17:29:40 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
2a663f25531f5bba694c3a9a31ce656164d78585
2a663f25
1 parent
9a73f4d0
more组件样式修改
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
6 deletions
src/components/hagerMore.vue
src/components/hagerMore.vue
View file @
2a663f2
<!--
* @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>
...
...
Please
register
or
login
to post a comment