Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
qr-consistency-vue3
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
刘怀志
qr-consistency-vue3
Commits
7c9d4ec6
Commit
7c9d4ec6
authored
Apr 29, 2025
by
yanzhengyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
style(首页、侧边栏):页面样式修改
parent
3f3f1a17
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
59 additions
and
59 deletions
+59
-59
Logo.vue
src/layout/components/Sidebar/Logo.vue
+2
-2
index.vue
src/views/index.vue
+57
-57
No files found.
src/layout/components/Sidebar/Logo.vue
View file @
7c9d4ec6
...
@@ -7,8 +7,8 @@
...
@@ -7,8 +7,8 @@
class=
"sidebar-logo-link"
class=
"sidebar-logo-link"
to=
"/"
to=
"/"
>
>
<img
v-if=
"logo"
:src=
"logo"
class=
"sidebar-logo"
/
>
<!--
<img
v-if=
"logo"
:src=
"logo"
class=
"sidebar-logo"
/>
--
>
<h1
v-else
class=
"sidebar-title"
>
{{
cn
.
logo
}}
</h1
>
<!--
<h1
v-else
class=
"sidebar-title"
>
{{
cn
.
logo
}}
</h1>
--
>
</router-link>
</router-link>
<router-link
v-else
key=
"expand"
class=
"sidebar-logo-link"
to=
"/"
>
<router-link
v-else
key=
"expand"
class=
"sidebar-logo-link"
to=
"/"
>
<!--
<img
v-if=
"logo"
:src=
"logo"
class=
"sidebar-logo"
/>
-->
<!--
<img
v-if=
"logo"
:src=
"logo"
class=
"sidebar-logo"
/>
-->
...
...
src/views/index.vue
View file @
7c9d4ec6
...
@@ -5,65 +5,65 @@
...
@@ -5,65 +5,65 @@
<h2>
<h2>
{{
cn
.
title
}}
<br>
{{
en
.
title
}}
{{
cn
.
title
}}
<br>
{{
en
.
title
}}
</h2>
</h2>
<p
>
<!--
<p>
--
>
一直想做一款后台管理系统,看了很多优秀的开源项目但是发现没有合适自己的。于是利用空闲休息时间开始自己写一套后台系统。如此有了奇瑞一致性,她可以用于所有的Web应用程序,如网站管理后台,网站会员中心,CMS,CRM,OA等等,当然,您也可以对她进行深度定制,以做出更强系统。所有前端后台代码封装过后十分精简易上手,出错概率低。同时支持移动客户端访问。系统会陆续更新一些实用功能。
<!-- 一直想做一款后台管理系统,看了很多优秀的开源项目但是发现没有合适自己的。于是利用空闲休息时间开始自己写一套后台系统。如此有了奇瑞一致性,她可以用于所有的Web应用程序,如网站管理后台,网站会员中心,CMS,CRM,OA等等,当然,您也可以对她进行深度定制,以做出更强系统。所有前端后台代码封装过后十分精简易上手,出错概率低。同时支持移动客户端访问。系统会陆续更新一些实用功能。-->
</p
>
<!--
</p>
--
>
<p
>
<!--
<p>
--
>
<b>
当前版本:
</b>
<span>
v
{{
version
}}
</span
>
<!--
<b>
当前版本:
</b>
<span>
v
{{
version
}}
</span>
--
>
</p
>
<!--
</p>
--
>
<p
>
<!--
<p>
--
>
<el-tag
type=
"danger"
>
¥
免费开源
</el-tag
>
<!--
<el-tag
type=
"danger"
>
¥
免费开源
</el-tag>
--
>
</p
>
<!--
</p>
--
>
<p
>
<!--
<p>
--
>
<el-button
<!--
<el-button-->
type=
"primary"
<!-- type="primary"-->
icon=
"Cloudy"
<!-- icon="Cloudy"-->
plain
<!-- plain-->
@
click=
"goTarget('https://gitee.com/y_project/RuoYi-Cloud')"
<!-- @click="goTarget('https://gitee.com/y_project/RuoYi-Cloud')"-->
>
访问码云
</el-button
<!-- >访问码云
</el-button-->
>
<!-- >--
>
<el-button
<!--
<el-button-->
icon=
"HomeFilled"
<!-- icon="HomeFilled"-->
plain
<!-- plain-->
@
click=
"goTarget('http://ruoyi.vip')"
<!-- @click="goTarget('http://ruoyi.vip')"-->
>
访问主页
</el-button
<!-- >访问主页
</el-button-->
>
<!-- >--
>
</p
>
<!--
</p>
--
>
</el-col>
</el-col>
<el-col
:sm=
"24"
:lg=
"12"
style=
"padding-left: 50px"
>
<!--
<el-col
:sm=
"24"
:lg=
"12"
style=
"padding-left: 50px"
>
--
>
<el-row
>
<!--
<el-row>
--
>
<el-col
:span=
"12"
>
<!--
<el-col
:span=
"12"
>
--
>
<h2>
技术选型
</h2
>
<!--
<h2>
技术选型
</h2>
--
>
</el-col
>
<!--
</el-col>
--
>
</el-row
>
<!--
</el-row>
--
>
<el-row
>
<!--
<el-row>
--
>
<el-col
:span=
"6"
>
<!--
<el-col
:span=
"6"
>
--
>
<h4>
后端技术
</h4
>
<!--
<h4>
后端技术
</h4>
--
>
<ul
>
<!--
<ul>
--
>
<li>
SpringBoot
</li
>
<!--
<li>
SpringBoot
</li>
--
>
<li>
SpringCloud
</li
>
<!--
<li>
SpringCloud
</li>
--
>
<li>
Nacos
</li
>
<!--
<li>
Nacos
</li>
--
>
<li>
Sentinel
</li
>
<!--
<li>
Sentinel
</li>
--
>
<li>
Seata
</li
>
<!--
<li>
Seata
</li>
--
>
<li>
Minio
</li
>
<!--
<li>
Minio
</li>
--
>
<li>
...
</li
>
<!--
<li>
...
</li>
--
>
</ul
>
<!--
</ul>
--
>
</el-col
>
<!--
</el-col>
--
>
<el-col
:span=
"6"
>
<!--
<el-col
:span=
"6"
>
--
>
<h4>
前端技术
</h4
>
<!--
<h4>
前端技术
</h4>
--
>
<ul
>
<!--
<ul>
--
>
<li>
Vue
</li
>
<!--
<li>
Vue
</li>
--
>
<li>
Vuex
</li
>
<!--
<li>
Vuex
</li>
--
>
<li>
Element-ui
</li
>
<!--
<li>
Element-ui
</li>
--
>
<li>
Axios
</li
>
<!--
<li>
Axios
</li>
--
>
<li>
Echarts
</li
>
<!--
<li>
Echarts
</li>
--
>
<li>
Quill
</li
>
<!--
<li>
Quill
</li>
--
>
<li>
...
</li
>
<!--
<li>
...
</li>
--
>
</ul
>
<!--
</ul>
--
>
</el-col
>
<!--
</el-col>
--
>
</el-row
>
<!--
</el-row>
--
>
</el-col
>
<!--
</el-col>
--
>
</el-row>
</el-row>
<el-divider
/>
<el-divider
/>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment