style: 上线全局样式

This commit is contained in:
ccnetcore
2025-08-04 23:29:25 +08:00
parent 3e647ef14d
commit 225932eff1
10 changed files with 29 additions and 20 deletions

View File

@@ -503,7 +503,7 @@ const clickCopyEvent = async function (event) {
<template>
<div style="position: absolute; top: 0;left: 0;" v-show="isShowTipNumber>0">
<div style="position: absolute; top: 0;left: 0;z-index: 100;" v-show="isShowTipNumber>0">
<p>当前版本3.0.0</p>
<p>tip:官方学习交流群每次发送消息消耗 1 钱钱</p>
<p>tip:点击聊天窗口右上角"X"可退出</p>
@@ -802,7 +802,7 @@ ul {
.user-list {
height: calc(100% - 75px);
color: #000;
overflow-y: auto;

View File

@@ -57,7 +57,7 @@ const handleClick = (item) => {
<style scoped lang="scss">
.tabs {
display: flex;
background-color: #fff;
border: 1px solid rgba(0, 255, 136, 0.2);
padding: 1rem;
margin: 1rem 0rem;
color: #8c8c8c;

View File

@@ -225,7 +225,7 @@ const tabList = ref([
align-items: center;
}
.header {
background-color: #ffffff;
border: 1px solid rgba(0, 255, 136, 0.2);
padding: 1rem;
margin: 1rem 0rem;
}

View File

@@ -209,7 +209,7 @@ onUnmounted(() => {
height: 1800px;
padding: 48px;
background-color: #fff;
border-radius: 12px;
border-radius: 0px;
border: 0;
box-shadow: 0 0 1rem rgba(0, 0, 0, .08);
display: flex;