Skip to content

Commit

Permalink
去掉了卡片标题的动画
Browse files Browse the repository at this point in the history
  • Loading branch information
click33 committed Jun 26, 2019
1 parent c61e1a1 commit b39f32c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sa-resources/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -88,15 +88,15 @@ html,body{height: 100%; background-color: #EEE;}
cursor: pointer;
/* display: inline-block; */
float: left;
transition: all 0.1s;
transition: all 0s;
}
.page-title span{transition: all 0.0s;}
.page-title .el-icon-caret-right{color: #EEE; font-size: 1.7em; position: relative; top: 4px;}
.page-title .el-icon-close{display: inline-block; border-radius: 50%; padding: 1px; color: #999; margin-left: -0.3em;}
.page-title .el-icon-close:hover{background-color: red; color: #FFF;}
.page-title span{display: inline-block; margin-right: 1em;}
.page-title:hover span,.page-native span{font-weight: bold;}
.page-title:hover,.page-title.page-native{border: 1px #FFF solid; border-radius: 0px; padding: 0 10px; margin: 0 1px; height: 31px;line-height: 35px;}
.page-title:hover,.page-title.page-native{border: 1px #FFF solid; border-radius: 0px; padding: 1px 10px; margin: 0 1px;}

/* 第三杠 */
.nav-right-3{width: 100%; height: calc(100% - 75px); position: relative; overflow: hidden;}
Expand Down

0 comments on commit b39f32c

Please sign in to comment.