Skip to content

Commit

Permalink
配合GridManager组件功能升级
Browse files Browse the repository at this point in the history
  • Loading branch information
xtfan21 committed May 5, 2019
1 parent 8382cde commit a0bdd24
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gridmanager-element-skin",
"version": "0.0.6",
"version": "0.0.7",
"description": "gridmanager-skin for element",
"main": "js/index.js",
"scripts": {
Expand Down Expand Up @@ -38,7 +38,7 @@
"copy-webpack-plugin": "^4.5.0",
"css-loader": "^0.28.10",
"express": "^4.16.3",
"gridmanager": "^2.7.9",
"gridmanager": "^2.8.0",
"html-loader": "^0.5.5",
"less": "^3.8.1",
"less-loader": "^4.1.0",
Expand Down
9 changes: 7 additions & 2 deletions src/css/gridmanager-reset.less
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
.table-wrap.element-skin,
.table-wrap.element-skin.icon-follow-text {
font-family: 'Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Arial,sans-serif';
.table-header{
background-color: #F1F1F1;
background-image: none;
}
.table-div table[grid-manager] {
thead[grid-manager-mock-thead] {
background: #fff;
Expand Down Expand Up @@ -28,10 +32,10 @@
tr:hover td {
background: #ecf5ff;
}
tr[emptytemplate]:hover td {
tr[empty-template]:hover td {
background: #fff;
}
tr[emptytemplate] {
tr[empty-template] {
border: none;
}
td {
Expand Down Expand Up @@ -136,6 +140,7 @@
.change-size {
position: relative;
margin-right: 10px;
padding: 2px 10px;
.size-area {
position: absolute;
bottom: 27px;
Expand Down
2 changes: 1 addition & 1 deletion src/js/ajaxPage.tpl.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script src="index.js"></script>
<div class="footer-toolbar">
<div class="footer-toolbar" grid-manager-toolbar="{{vm.gridManagerName}}">
<!--选中信息-->
<div class="toolbar-info checked-info"></div>

Expand Down
3 changes: 3 additions & 0 deletions version.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# GridManager-element-skin

## v0.0.7

- 配合GridManager组件功能升级

## v0.0.5

Expand Down

0 comments on commit a0bdd24

Please sign in to comment.