dashboard
repositories
filestore
activity
search
login
gzdyh
/
front
广州市综治平台前端
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
fix:市平台项目更新
xusd
8 days ago
544148eddae96db824423cd059ebecb9d13c392e
[gzdyh/front.git]
/
src
/
components
/
TableSearch
/
index.less
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
@import '../../styles/theme.less';
// 查看更多
.tableSearch-searchMore {
color: @main-color;
margin-left: 16px;
cursor: pointer;
&-icon {
transition: transform 0.3s;
}
&-iconRotate {
transform: rotate(180deg);
}
}