mirror of
https://github.com/YMFE/yapi.git
synced 2024-12-21 05:19:42 +08:00
fix: 修改分组列表头部显示样式
This commit is contained in:
parent
7abb6a0acb
commit
5ffce3e3a7
@ -24,8 +24,23 @@
|
||||
font-weight: 200;
|
||||
vertical-align: bottom;
|
||||
}
|
||||
.name{
|
||||
display: inline-block;
|
||||
width: 117px;
|
||||
overflow: hidden;
|
||||
text-overflow:ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.operate {
|
||||
font-size: 0;
|
||||
width: 150px;
|
||||
display: inline-block;
|
||||
i{
|
||||
margin-left: 4px;
|
||||
}
|
||||
::-webkit-scrollbar {
|
||||
width: 0px;
|
||||
}
|
||||
}
|
||||
}
|
||||
.curr-group-desc {
|
||||
|
8
npm-shrinkwrap.json
generated
8
npm-shrinkwrap.json
generated
@ -6067,7 +6067,7 @@
|
||||
"dependencies": {
|
||||
"async": {
|
||||
"version": "1.5.0",
|
||||
"resolved": "https://repo.corp.qunar.com/artifactory/api/npm/npm-qunar/async/-/async-1.5.0.tgz",
|
||||
"resolved": "https://registry.npmjs.org/async/-/async-1.5.0.tgz",
|
||||
"integrity": "sha1-J5ZkJyNXOFlWVjP8YnRES+4vjOM="
|
||||
},
|
||||
"loader-utils": {
|
||||
@ -14734,7 +14734,7 @@
|
||||
},
|
||||
"webpack-dev-middleware": {
|
||||
"version": "1.12.0",
|
||||
"resolved": "https://repo.corp.qunar.com/artifactory/api/npm/npm-qunar/webpack-dev-middleware/-/webpack-dev-middleware-1.12.0.tgz",
|
||||
"resolved": "https://registry.npmjs.org/webpack-dev-middleware/-/webpack-dev-middleware-1.12.0.tgz",
|
||||
"integrity": "sha1-007++y7dp+HTtdvgcolRMhllFwk=",
|
||||
"requires": {
|
||||
"memory-fs": "0.4.1",
|
||||
@ -14746,7 +14746,7 @@
|
||||
"dependencies": {
|
||||
"time-stamp": {
|
||||
"version": "2.0.0",
|
||||
"resolved": "https://repo.corp.qunar.com/artifactory/api/npm/npm-qunar/time-stamp/-/time-stamp-2.0.0.tgz",
|
||||
"resolved": "https://registry.npmjs.org/time-stamp/-/time-stamp-2.0.0.tgz",
|
||||
"integrity": "sha1-lcakRTDhW6jW9KPsuMOj+sRto1c="
|
||||
}
|
||||
}
|
||||
@ -15270,7 +15270,7 @@
|
||||
},
|
||||
"ykit-config-antd": {
|
||||
"version": "0.1.3",
|
||||
"resolved": "https://repo.corp.qunar.com/artifactory/api/npm/npm-qunar/ykit-config-antd/-/ykit-config-antd-0.1.3.tgz",
|
||||
"resolved": "https://registry.npmjs.org/ykit-config-antd/-/ykit-config-antd-0.1.3.tgz",
|
||||
"integrity": "sha1-qUWmV0EHgAd0OrPgz3eBbD9KPN4=",
|
||||
"requires": {
|
||||
"antd": "2.12.8",
|
||||
|
Loading…
Reference in New Issue
Block a user