🐛 Fix: optimized software UI

ISSUES CLOSED: #12
This commit is contained in:
萌萌哒赫萝
2023-02-27 10:24:50 +08:00
parent 1bb48b6e76
commit d6ce555054
5 changed files with 34 additions and 8 deletions
+8 -4
View File
@@ -54,7 +54,7 @@
v-for="item in pluginList"
:key="item.fullName"
class="plugin-item__container"
:span="12"
:span="24"
>
<div
class="plugin-item"
@@ -90,7 +90,7 @@
</div>
<div class="plugin-item__info-bar">
<span class="plugin-item__author">
{{ item.author }}
{{ item.author.replace(/<.*>/, '') }}
</span>
<span class="plugin-item__config">
<template v-if="searchText">
@@ -546,7 +546,9 @@ export default {
<style lang='stylus'>
$darwinBg = #172426
#plugin-view
position relative
position absolute
left 140px
right 0
padding 0 20px 0
.el-loading-mask
background-color rgba(0, 0, 0, 0.8)
@@ -639,9 +641,11 @@ $darwinBg = #172426
font-size 16px
height 22px
line-height 22px
// font-weight 600
font-weight 600
cursor pointer
text-overflow ellipsis
white-space nowrap
overflow hidden
transition all .2s ease-in-out
&:hover
color: #1B9EF3