Skip to content

Commit

Permalink
1, 更新 readme
Browse files Browse the repository at this point in the history
2, 升级版本号为1.0.3
3, 修复一个按钮未对齐的 bug
  • Loading branch information
chenxiaolei committed Jul 26, 2019
1 parent fdf15b9 commit c7a777e
Show file tree
Hide file tree
Showing 14 changed files with 29 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1 +1 @@
REACT_APP_API_HOST=localhost:8099
REACT_APP_API_HOST=localhost:9099
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,12 @@
ZLMedia的一个 ui
#ZLMedia的一个 ui


##示例图
![示例图片1](./snapshots/1.png)
![示例图片2](./snapshots/2.png)
![示例图片3](./snapshots/3.png)
![示例图片4](./snapshots/4.png)
![示例图片5](./snapshots/5.png)
![示例图片6](./snapshots/6.png)
![示例图片7](./snapshots/7.png)
![示例图片8](./snapshots/8.png)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zlmediakit_nvr_ui",
"version": "v1.0.2",
"version": "1.0.3",
"private": true,
"dependencies": {
"@emotion/core": "~10.0.14",
Expand Down
2 changes: 1 addition & 1 deletion public/env-config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
window._env_ = {
REACT_APP_API_HOST: "localhost:8044",
REACT_APP_API_HOST: "localhost:9099",
}
Binary file added snapshots/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added snapshots/2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added snapshots/3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added snapshots/4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added snapshots/5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added snapshots/6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added snapshots/7.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added snapshots/8.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 0 additions & 11 deletions src/view/channel/Channel.less
Original file line number Diff line number Diff line change
@@ -1,15 +1,4 @@
.home-page{
.rv-page-header-tools{
>div{
display: flex;
align-items: center;
>.ant-btn{
margin-left:8px;
}

}
}
}
.channel-config-panellist {
.ant-list-pagination {
text-align: center;
Expand Down
14 changes: 14 additions & 0 deletions src/view/home/Home.less
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
.home-page{
.rv-page-header-tools{
>div{
display: flex;
align-items: center;
height: 100%;
>.ant-btn{
margin-left:8px;
}

}
}
}

.servier-config-param-list-item {
display: flex;
padding: 0 !important;
Expand Down

0 comments on commit c7a777e

Please sign in to comment.