修改个人中心(拖拽)
This commit is contained in:
@@ -370,6 +370,16 @@
|
|||||||
.box-button {
|
.box-button {
|
||||||
height: 38px;
|
height: 38px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/deep/ .nio-drag-handler {
|
||||||
|
position: absolute;
|
||||||
|
right: 0;
|
||||||
|
top: 0;
|
||||||
|
height: 100%;
|
||||||
|
width: 1px;
|
||||||
|
z-index: 1;
|
||||||
|
border-left: 1px #e8e8e8 solid;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
<style lang="less">
|
<style lang="less">
|
||||||
/*.collection{*/
|
/*.collection{*/
|
||||||
|
|||||||
@@ -382,6 +382,16 @@
|
|||||||
.box-button {
|
.box-button {
|
||||||
height: 38px;
|
height: 38px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/deep/ .nio-drag-handler {
|
||||||
|
position: absolute;
|
||||||
|
right: 0;
|
||||||
|
top: 0;
|
||||||
|
height: 100%;
|
||||||
|
width: 1px;
|
||||||
|
z-index: 1;
|
||||||
|
border-left: 1px #e8e8e8 solid;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
<style lang="less">
|
<style lang="less">
|
||||||
.subscribtion {
|
.subscribtion {
|
||||||
|
|||||||
Reference in New Issue
Block a user