Commit e3046a5c authored by 左玲玲's avatar 左玲玲 😬

1402

parent 7f5ef4bd
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* @Author: zuolingling zuolingling@jsnangao.com * @Author: zuolingling zuolingling@jsnangao.com
* @Date: 2023-08-16 09:00:42 * @Date: 2023-08-16 09:00:42
* @LastEditors: zuolingling zuolingling@jsnangao.com * @LastEditors: zuolingling zuolingling@jsnangao.com
* @LastEditTime: 2023-08-18 11:11:37 * @LastEditTime: 2023-08-18 14:02:50
* @FilePath: \vue3portal\src\pages\layouts\components\Systems.vue * @FilePath: \vue3portal\src\pages\layouts\components\Systems.vue
* @Description: * @Description:
* *
...@@ -43,6 +43,7 @@ const handleclick = (it) => { ...@@ -43,6 +43,7 @@ const handleclick = (it) => {
<style lang="less" scoped> <style lang="less" scoped>
.sysitem { .sysitem {
border-bottom: 1px solid rgba(151, 151, 151, 0.2); border-bottom: 1px solid rgba(151, 151, 151, 0.2);
padding: 6px 0;
} }
.itembox { .itembox {
...@@ -53,7 +54,6 @@ const handleclick = (it) => { ...@@ -53,7 +54,6 @@ const handleclick = (it) => {
border-radius: 6px; border-radius: 6px;
&.menufa { &.menufa {
margin-bottom: 15px;
margin-top: 5px; margin-top: 5px;
font-size: 16px; font-size: 16px;
position: relative; position: relative;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment