Commit c190b923 authored by danfuman's avatar danfuman

Merge branch 'dev20230707' of http://192.168.60.201/root/dsk-operate-sys into dev20230707

parents 664570e8 014917f1
...@@ -349,24 +349,24 @@ export default { ...@@ -349,24 +349,24 @@ export default {
.app-container{ .app-container{
height: calc(100vh - 134px) height: calc(100vh - 134px)
} }
.box-card{ .box-card{
padding-top: 16px; padding-top: 16px;
width: 100%; width: 100%;
height: 100%; height: 100%;
} }
.box{ .box{
position: relative; position: relative;
>span{ >span{
position: absolute; position: absolute;
right: 10px; right: 10px;
bottom: 0; bottom: 0;
color: #0081FF; color: #0081FF;
cursor: pointer; cursor: pointer;
&:hover{ &:hover{
color: #006AD1; color: #006AD1;
}
} }
} }
}
.dc{ .dc{
font-size: 12px; font-size: 12px;
color: #3D3D3D; color: #3D3D3D;
...@@ -397,8 +397,8 @@ export default { ...@@ -397,8 +397,8 @@ export default {
} }
.tables{ .tables{
position: relative; position: relative;
height: calc(100vh - 134px); min-height: calc(100vh - 134px);
overflow: auto; /*overflow: auto;*/
.empty{ .empty{
position: absolute; position: absolute;
top: 50%; top: 50%;
...@@ -425,7 +425,7 @@ export default { ...@@ -425,7 +425,7 @@ export default {
>img{ >img{
float: right; float: right;
margin: 3px 0 0 4px; margin: 3px 0 0 4px;
width: 16px; width: 14px;
} }
.i{ .i{
display: inline-block; display: inline-block;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment