mirror of
https://gitee.com/goploy/goploy.git
synced 2024-11-29 18:57:59 +08:00
Changed: css
This commit is contained in:
parent
5130104eb5
commit
c9c8fb1831
@ -7,7 +7,7 @@
|
||||
@close="onClose"
|
||||
>
|
||||
<el-row type="flex">
|
||||
<div v-if="showPreivew" v-loading="filterloading" class="publish-preview">
|
||||
<div v-if="showPreivew" v-loading="filterloading" class="publish-preview" :style="$store.state.app.device === 'mobile' ? '' : 'width:330px'">
|
||||
<el-row>
|
||||
<el-popover
|
||||
v-model:visible="filterInpurtVisible"
|
||||
@ -872,11 +872,13 @@ const rebuild = (data: PublishTraceData & PublishTraceExt) => {
|
||||
width: 80px;
|
||||
}
|
||||
&-preview {
|
||||
width: 330px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
&-commit {
|
||||
margin-right: 5px;
|
||||
width: 279px;
|
||||
flex: 1;
|
||||
}
|
||||
&-commitID {
|
||||
display: inline-block;
|
||||
|
Loading…
Reference in New Issue
Block a user