Merge pull request #25 from mindskip/mindskip

文档更新
This commit is contained in:
思维跳跃科技 2020-12-22 10:13:03 +08:00 committed by GitHub
commit 6db2b55225
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 7 deletions

View File

@ -10,14 +10,10 @@
禁止将本项目的代码和资源进行任何形式的出售,产生的一切任何后果责任由侵权者自负 禁止将本项目的代码和资源进行任何形式的出售,产生的一切任何后果责任由侵权者自负
## 学之思仓库版本地址 ## 学之思仓库地址
gitee - postgresql [https://gitee.com/mindskip/uexam](https://gitee.com/mindskip/uexam)
gitee - mysql [https://gitee.com/mindskip/xzs-mysql](https://gitee.com/mindskip/xzs-mysql) gitee - mysql [https://gitee.com/mindskip/xzs-mysql](https://gitee.com/mindskip/xzs-mysql)
github - postgresql [https://github.com/mindskip/xzs](https://github.com/mindskip/xzs)
github - mysql [https://github.com/mindskip/xzs-mysql](https://github.com/mindskip/xzs-mysql) github - mysql [https://github.com/mindskip/xzs-mysql](https://github.com/mindskip/xzs-mysql)
## 运行环境 ## 运行环境
@ -65,7 +61,7 @@ github - mysql [https://github.com/mindskip/xzs-mysql](https://github.com/min
* redis 安装 * redis 安装
* 进群获取到数据库脚本创建表初始化数据数据库名称为xzs * 进群获取到数据库脚本创建表初始化数据数据库名称为xzs
* 代码分为 mysql版本配合相应的数据库使用 * 代码分为 mysql版本配合相应的数据库使用
* 安装mysql 数据库二选一即可 导入sql脚本。mysql导入xzs-mysql.sql脚本。 * 安装mysql 导入xzs-mysql.sql脚本。
* 学生端默认账号student / 123456 * 学生端默认账号student / 123456
* 管理端默认账号admin / 123456 * 管理端默认账号admin / 123456

View File

@ -11,7 +11,7 @@ table td {
display: flex; display: flex;
flex-direction: row; flex-direction: row;
justify-content: space-between; justify-content: space-between;
width: calc(100% - 300px); width: 100%;
margin: 0px !important; margin: 0px !important;
line-height: 58px; line-height: 58px;
padding: 10px 20px; padding: 10px 20px;