You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
waibao2 b5ed8b2a72 docs:周报数据查询 1 month ago
html 初始化仓库 2 months ago
public 初始化仓库 2 months ago
src docs:周报数据查询 1 month ago
vite/plugins 初始化仓库 2 months ago
.env.development 初始化仓库 2 months ago
.env.production 初始化仓库 2 months ago
.env.staging 初始化仓库 2 months ago
.gitignore 初始化仓库 2 months ago
LICENSE 初始化仓库 2 months ago
README.md 初始化仓库 2 months ago
index.html 初始化仓库 2 months ago
package.json 初始化仓库 2 months ago
vite.config.js 初始化仓库 2 months ago

README.md

前端运行

# 克隆项目
git clone https://github.com/yangzongzhuan/RuoYi-Vue3.git

# 进入项目目录
cd RuoYi-Vue3

# 安装依赖
yarn --registry=https://registry.npmmirror.com

# 启动服务
yarn dev

# 构建测试环境 yarn build:stage
# 构建生产环境 yarn build:prod
# 前端访问地址 http://localhost:80

公共样式说明

  1. app-container-bg:表示右边整体背景
    • 如果不需要背景色在common.scss文件中把样式隐藏掉即可
  2. --first-card-height:动态计算的搜索条件的卡片的高度
    • ref = firstRef 关键 3.el-card-p:表示除去搜索条件后右边还剩余的高度
  3. card-shadow:表示右边主体内容是否添加阴影
  4. carder-border:右边主体内容是否添加边框
  5. custom-dialog:弹窗自定义头部样式需要的主类名
  6. scrollable-table:表格右侧始终显示滚动条

公共组件说明

  1. ESelectSingle: 普通下拉框选择器
  2. ETree: 页面左侧树结构
  3. SingleStation: 级联下拉框选择器