优化视频样式
This commit is contained in:
3
src/types/components.d.ts
vendored
3
src/types/components.d.ts
vendored
@@ -41,6 +41,7 @@ declare module 'vue' {
|
||||
AMenu: typeof import('@arco-design/web-vue')['Menu']
|
||||
AMenuItem: typeof import('@arco-design/web-vue')['MenuItem']
|
||||
AModal: typeof import('@arco-design/web-vue')['Modal']
|
||||
AOverflowList: typeof import('@arco-design/web-vue')['OverflowList']
|
||||
APagination: typeof import('@arco-design/web-vue')['Pagination']
|
||||
APopover: typeof import('@arco-design/web-vue')['Popover']
|
||||
AProgress: typeof import('@arco-design/web-vue')['Progress']
|
||||
@@ -52,6 +53,7 @@ declare module 'vue' {
|
||||
ASelect: typeof import('@arco-design/web-vue')['Select']
|
||||
ASpace: typeof import('@arco-design/web-vue')['Space']
|
||||
ASpin: typeof import('@arco-design/web-vue')['Spin']
|
||||
AStatistic: typeof import('@arco-design/web-vue')['Statistic']
|
||||
ASubMenu: typeof import('@arco-design/web-vue')['SubMenu']
|
||||
ASwitch: typeof import('@arco-design/web-vue')['Switch']
|
||||
ATable: typeof import('@arco-design/web-vue')['Table']
|
||||
@@ -60,6 +62,7 @@ declare module 'vue' {
|
||||
ATag: typeof import('@arco-design/web-vue')['Tag']
|
||||
ATooltip: typeof import('@arco-design/web-vue')['Tooltip']
|
||||
ATreeSelect: typeof import('@arco-design/web-vue')['TreeSelect']
|
||||
ATypographyParagraph: typeof import('@arco-design/web-vue')['TypographyParagraph']
|
||||
AUpload: typeof import('@arco-design/web-vue')['Upload']
|
||||
Avatar: typeof import('./../components/Avatar/index.vue')['default']
|
||||
AWatermark: typeof import('@arco-design/web-vue')['Watermark']
|
||||
|
||||
@@ -103,7 +103,6 @@
|
||||
<span class="live-badge">LIVE</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="image-placeholder square-image">实时画面 相机2</div>
|
||||
</div>
|
||||
|
||||
<div class="info-section">
|
||||
@@ -1258,6 +1257,7 @@ onUnmounted(() => {
|
||||
/* 主内容区域 */
|
||||
.main-content {
|
||||
display: flex;
|
||||
align-items: flex-start;
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
|
||||
@@ -1310,7 +1310,7 @@ onUnmounted(() => {
|
||||
background: #000;
|
||||
border-radius: 4px;
|
||||
overflow: hidden;
|
||||
margin: 20px 0;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.video-container video {
|
||||
|
||||
Reference in New Issue
Block a user