feat:完善功能

This commit is contained in:
张先生
2025-03-18 16:59:36 +08:00
parent d43da24717
commit aeadb4d704
9 changed files with 46 additions and 30 deletions

View File

@@ -4,14 +4,13 @@
class="myVideo"
ref="videoElement"
muted
:style="videoStyle"
playsinline
:controls="false"
disablePictureInPicture
></video>
<div v-if="loading" class="loading-overlay pointer-events-none">
<!-- <div v-if="loading" class="loading-overlay pointer-events-none">
<div class="loading-text">{{ loadingText }}</div>
</div>
</div> -->
</div>
</template>
@@ -297,11 +296,10 @@
.myVideo {
width: 100%;
height: auto;
height: 100%;
// aspect-ratio: 16/9;
/* border: 1px solid #ccc; */
border-radius: vw(5);
background-color: #000;
// border-radius: vw(5);
}
.loading-overlay {

View File

@@ -27,9 +27,12 @@
<style scoped lang="scss">
.select {
:deep(.el-select__wrapper) {
width: vw(240);
padding: vh(10) vw(20);
border-radius: vw(54);
min-width: vw(180);
padding: vh(4) vw(20);
min-height: vh(30) !important;
line-height: vh(30) !important;
font-size: vw(14) !important;
border-radius: vw(100) !important;
box-shadow: none;
border: 1px solid rgba(0, 114, 220, 0.3);
background: linear-gradient(270deg, rgba(8, 41, 86, 0.16) 0%, #0b61b4 100%);