Commit 32f5827f authored by 黄奎's avatar 黄奎

11

parent a9573f74
......@@ -244,9 +244,8 @@
</div>
</div>
</div>
<div class="_VideoStr_box _VideoStr_boxColor" v-if="CurrentUserInfo&&CurrentUserInfo.RB_Group_id==2">
<el-form-item :label="$t('objFill.xingchengzts')">
<div class="row items-center nowrap">
<el-form-item :label="$t('objFill.xingchengzts')" v-if="CurrentUserInfo&&CurrentUserInfo.RB_Group_id==2">
<div style="display:flex;align-items:center;flex-wrap:nowrap;">
<template v-for="(x,i) in colorArr">
<el-tooltip :key="i" class="box-item" effect="dark" :content="x.ColorName" placement="bottom">
<div @click="PostConfig.TripColor=x.ColorValue">
......@@ -256,11 +255,9 @@
</el-tooltip>
</template>
</div>
<!-- <el-color-picker style='vertical-align: middle;' v-model="PostConfig.TripColor"></el-color-picker> -->
<span
style="color: red;margin-left: 5px;margin-top: 15px;display: block;">{{$t('objFill.zhuyisyxcmbqzxgzs')}}</span>
style="color: red;margin-left: 5px;display: block;">{{$t('objFill.zhuyisyxcmbqzxgzs')}}</span>
</el-form-item>
</div>
</el-form>
</div>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment