Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
click33 committed Sep 11, 2020
1 parent e956e07 commit 3249ebe
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 5 deletions.
15 changes: 12 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,29 @@

<p align="center">
<img alt="logo" src="https://oss.dev33.cn/sa-admin/admin-logo-150.png" width="150" height="150" style="margin-bottom: 10px;">
</p>
<h2 align="center" style="margin: 30px 0 30px;font-weight: bold;font-size:40px;">sa-admin (iframe版) v2.4.0</h2>
<h2 align="center" style="margin: 30px 0 30px;font-weight: bold;font-size:40px;">sa-admin v2.4.2</h2>
<h4 align="center">一个多窗口后台模板,流畅、易上手、提高生产力</h4>
<h4 align="center">
<a href="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/click33/sa-admin"><img src="https://img.shields.io/badge/sa--admin-v2.4.2-2B9939"></a>
<a href="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/click33/sa-admin"><img src="https://img.shields.io/badge/language-html-2B9939"></a>
<a href="https://github.com/click33/sa-admin/stargazers"><img src="https://img.shields.io/github/stars/click33/sa-admin"></a>
<a href="/click33/sa-admin/watchers"><img src="https://img.shields.io/github/watchers/click33/sa-admin"></a>
<a href="https://github.com/click33/sa-admin/network/members"><img src="https://img.shields.io/github/forks/click33/sa-admin"></a>
<a href="https://github.com/click33/sa-admin/issues"><img src="https://img.shields.io/github/issues/click33/sa-admin.svg"></a>
<a href="https://github.com/click33/sa-admin/blob/master/LICENSE"><img src="https://img.shields.io/github/license/click33/sa-admin.svg"></a>
</h4>



## 优点
## 优点 😘
- 上手简单:提供完整彻底的封装,不用修改一行源代码即可轻松集成
- 示例全面:提供大量常见增删改查示例,提高你的生产力
- 演示地址:[https://sa-admin.dev33.cn](https://sa-admin.dev33.cn)
- 如果比较熟悉vue单页应用,[点我访问vue单页版](https://github.com/click33/sa-vue-admin)

## 需求提交
- 我们深知一个优秀的项目需要海纳百川,[点我在线提交需求](https://sa-app.dev33.cn/wall.html?name=sa-admin)
- 开源不易,求鼓励,**点个`star`**

## 框架选型
- JS引擎:[Vue @2.6.10](https://cn.vuejs.org/)
Expand Down
7 changes: 5 additions & 2 deletions static/sa.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
更新于2020-8-22 全面优化
更新于2020-9-11 全面优化
*/

/** 公共css */
Expand Down Expand Up @@ -144,4 +144,7 @@ input::-webkit-inner-spin-button {

/* 表格动画相关 */
.data-table .el-table__body-wrapper{min-height: 0px; max-height: 60px;}
.data-table .el-table__body-wrapper{transition: all 0.3s;}
.data-table .el-table__body-wrapper{transition: all 0.3s;}

/* 防止下拉框被富文本覆盖 */
.el-select-dropdown,.el-picker-panel{z-index: 99999 !important;}

0 comments on commit 3249ebe

Please sign in to comment.