|
@@ -234,21 +234,22 @@ defineExpose({
|
|
|
|
|
|
|
|
<style lang="scss" scoped>
|
|
<style lang="scss" scoped>
|
|
|
.download-file-guide-class {
|
|
.download-file-guide-class {
|
|
|
- right: 203px;
|
|
|
|
|
|
|
+ right: 187px;
|
|
|
top: 246px;
|
|
top: 246px;
|
|
|
- width: 416px;
|
|
|
|
|
- height: 287px;
|
|
|
|
|
|
|
+ width: 431px;
|
|
|
|
|
+ height: 304px;
|
|
|
transform: translate(0.7px, -0.3px);
|
|
transform: translate(0.7px, -0.3px);
|
|
|
&.download-file-guide-dark-class {
|
|
&.download-file-guide-dark-class {
|
|
|
- transform: translate(0.7px, -0.3px);
|
|
|
|
|
- width: 411px;
|
|
|
|
|
- height: 287px;
|
|
|
|
|
|
|
+ right: 187px;
|
|
|
|
|
+ width: 431px;
|
|
|
|
|
+ height: 304px;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
.customize-columns-guide-class {
|
|
.customize-columns-guide-class {
|
|
|
- right: 24px;
|
|
|
|
|
- top: 246px;
|
|
|
|
|
- width: 642px;
|
|
|
|
|
- height: 441px;
|
|
|
|
|
|
|
+ right: 5px;
|
|
|
|
|
+ top: 245px;
|
|
|
|
|
+ width: 681px;
|
|
|
|
|
+ height: 486px;
|
|
|
|
|
+ transform: translateX(0.9px);
|
|
|
}
|
|
}
|
|
|
</style>
|
|
</style>
|