File tree Expand file tree Collapse file tree 2 files changed +12
-10
lines changed Expand file tree Collapse file tree 2 files changed +12
-10
lines changed Original file line number Diff line number Diff line change @@ -648,9 +648,11 @@ pre.app-code code{
648
648
padding-right : 0 ;
649
649
}
650
650
.empty-btn {
651
- position : absolute !important ;
652
- opacity : 0.8 ;
653
- top : 41% ;left : 50% ;width : 160px ; margin-left : -80px ;font-size : 20px ;
651
+ // position: absolute !important;
652
+ // opacity: 0.8;
653
+ // top: 41%;left: 50%;
654
+ // width: 160px; margin-left: -80px;
655
+ font-size : 20px ;
654
656
}
655
657
656
658
@@ -1149,10 +1151,10 @@ fieldset{
1149
1151
}
1150
1152
@media screen and (min-width : 768px ) and (max-width : 1024px ){
1151
1153
.empty-btn {
1152
- top : 39% ;
1153
- left : 50% ;
1154
- width : 120px ;
1155
- margin-left : -60px ;
1154
+ // top: 39%;
1155
+ // left: 50%;
1156
+ // width: 120px;
1157
+ // margin-left: -60px;
1156
1158
font-size : 14px !important ;
1157
1159
}
1158
1160
}
Original file line number Diff line number Diff line change @@ -38,16 +38,16 @@ const primary = () => {
38
38
<p >{{props.error?.message}}</p >
39
39
</div >
40
40
<div v-else class =" w-full text-center empty-result mt-4 relative" >
41
- <img :src =" freeSvg" class =" w-4 h-4 mx-aut" style =" margin : auto ;" />
42
- <h5 class =" text-tip" >{{props.title||'No data.'}}</h5 >
41
+ <img :src =" freeSvg" class =" w-4 h-4 mx-aut" style =" margin : auto ;max-width : 400 px ; " />
42
+ <h5 class =" text-tip" >{{props.title||'No data.'}}</h5 >
43
43
<p >{{props.sub}}</p >
44
44
<Button
45
45
v-if =" props.button"
46
46
class =" empty-btn"
47
47
:label =" props.button"
48
48
size =" large"
49
- rounded
50
49
raised
50
+ v-ripple
51
51
severity =" primary"
52
52
@click =" primary" />
53
53
</div >
You can’t perform that action at this time.
0 commit comments