feat:完善功能
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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%);
|
||||
|
||||
Reference in New Issue
Block a user