Commit 5ea4ccdf authored by zhengke's avatar zhengke

修改样式

parent 12e3194e
......@@ -20,7 +20,7 @@
<el-table :data="dataList" v-loading="loading" border style="width: 100%;margin:20px 0">
<el-table-column prop="Id" label="ID" width="150">
</el-table-column>
<el-table-column prop="Title" label="标题" width="829">
<el-table-column prop="Title" label="标题">
</el-table-column>
<el-table-column prop="SortNum" label="排序" width="250">
</el-table-column>
......@@ -31,7 +31,7 @@
</el-switch>
</template>
</el-table-column>
<el-table-column label="操作">
<el-table-column label="操作" width="200">
<template slot-scope="scope">
<img @click="EditArticle(scope.row)" class="operatImg" src="../../assets/img/userman/edit.png" alt="">
<img @click="RemoveArticle(scope.row)" class="operatImg" src="../../assets/img/userman/del.png" alt="">
......
......@@ -21,7 +21,7 @@
<el-table :data="dataList" v-loading="loading" border style="width: 100%;margin:20px 0">
<el-table-column prop="Id" label="ID" width="150">
</el-table-column>
<el-table-column prop="TopicName" label="分类名称" width="829">
<el-table-column prop="TopicName" label="分类名称">
</el-table-column>
<el-table-column prop="SortNum" label="排序" width="250">
</el-table-column>
......
......@@ -24,8 +24,7 @@
</template>
</el-table-column>
<el-table-column
label="主播信息"
width="553">
label="主播信息">
<template slot-scope="scope">
<div style="display: flex;flex-direction: row;align-items: center">
<img :src="scope.row.anchor_img" alt="" style="width: 45px; height: 45px;">
......
......@@ -18,22 +18,22 @@
</div>
</div>
<el-table :data="dataList" v-loading="loading" border style="width: 100%;margin:20px 0">
<el-table-column prop="NavIconId" label="编号" width="150">
<el-table-column prop="NavIconId" label="编号" width="100">
</el-table-column>
<el-table-column prop="NavIconName" width="200" label="名称">
<el-table-column prop="NavIconName" width="120" label="名称">
</el-table-column>
<el-table-column label="导航图标" width="300">
<el-table-column label="导航图标" width="80">
<template slot-scope="scope">
<img :src="scope.row.NavIconImg" style="width:270px;height:60px;">
<img :src="scope.row.NavIconImg" style="width:35px;height:35px;">
</template>
</el-table-column>
<el-table-column prop="NavIconUrl" label="导航链接" width="250">
<el-table-column prop="NavIconUrl" label="导航链接">
</el-table-column>
<el-table-column prop="NavIconSort" label="排序" width="120">
<el-table-column prop="NavIconSort" label="排序" width="180">
</el-table-column>
<el-table-column prop="NavIconIsShowStr" label="是否显示" width="120">
</el-table-column>
<el-table-column label="操作">
<el-table-column label="操作" width="120">
<template slot-scope="scope">
<img @click="EditNavIcon(scope.row)" src="../../assets/img/userman/edit.png" alt="">
<img @click="RemmoveNavIcon(scope.row)" style="margin-left:10px;" src="../../assets/img/userman/del.png" alt="">
......
......@@ -20,7 +20,7 @@
<el-table :data="dataList" v-loading="loading" border style="width: 100%;margin:20px 0">
<el-table-column prop="Id" label="ID" width="100">
</el-table-column>
<el-table-column prop="Name" label="门店名称" width="499">
<el-table-column prop="Name" label="门店名称">
</el-table-column>
<el-table-column label="封面图" width="110">
<template slot-scope="scope">
......
......@@ -20,7 +20,7 @@
<el-table :data="dataList" v-loading="loading" border style="width: 100%;margin:20px 0">
<el-table-column prop="Id" label="ID" width="100">
</el-table-column>
<el-table-column prop="Title" label="标题" width="490">
<el-table-column prop="Title" label="标题">
</el-table-column>
<el-table-column prop="SortNum" label="排序" width="250">
</el-table-column>
......
......@@ -38,23 +38,22 @@
<el-table
:data="tableData"
header-cell-class-name="headClass"
style="width: 1707px;"
style="width: 100%"
border
>
<el-table-column
prop="Id"
label="ID"
width="80">
width="100">
</el-table-column>
<el-table-column
prop="MemberName"
label="昵称"
width="384">
label="昵称">
</el-table-column>
<el-table-column
label="收支情况(元)"
width="180">
width="150">
<template slot-scope="scope">
<div :class="scope.row.RecordTypeStr=='+' ? 'just':'negative'" style="font-size: 18px">
{{scope.row.RecordTypeStr}}{{scope.row.Integral}}
......@@ -64,17 +63,17 @@
<el-table-column
prop="Description"
label="说明"
width="500">
width="400">
</el-table-column>
<el-table-column
prop="Remarks"
label="备注"
width="383">
label="备注">
</el-table-column>
<el-table-column
prop="CreateDate"
label="充值时间"
width="180"
>
</el-table-column>
</el-table>
......
......@@ -10,31 +10,27 @@
<el-table
:data="tableData"
header-cell-class-name="headClass"
style="width: 1707px;"
style="100%"
border
v-loading="loading"
>
<el-table-column
prop="ID"
label="ID"
width="343">
label="ID">
</el-table-column>
<el-table-column
prop="TriggerTypeStr"
label="触发事件"
width="341">
label="触发事件">
</el-table-column>
<el-table-column
prop="DiscountCouponName"
label="优惠券"
width="341">
label="优惠券">
</el-table-column>
<el-table-column
prop="GrantNum"
label="发放次数限制"
width="341">
label="发放次数限制">
<template slot-scope="scope">
<div v-if="scope.row.GrantNum==0">
无限制
......
......@@ -27,7 +27,7 @@
<el-table
:data="tableData"
header-cell-class-name="headClass"
style="width: 1707px;"
style="width: 100%"
border
>
......@@ -39,8 +39,7 @@
<el-table-column
prop="Name"
label="卡券名称"
width="767">
label="卡券名称">
</el-table-column>
<el-table-column
prop="HeXiao"
......@@ -74,6 +73,7 @@
<el-table-column
fixed="right"
label="操作"
width="180"
>
<template slot-scope="scope">
<el-tooltip class="item" effect="dark" content="编辑" placement="top" >
......
......@@ -27,7 +27,7 @@
<el-table
:data="tableData"
header-cell-class-name="headClass"
style="width: 1707px;"
style="width: 100%"
border
>
......@@ -39,8 +39,7 @@
<el-table-column
prop="Name"
label="优惠券名称"
width="647">
label="优惠券名称">
</el-table-column>
<el-table-column
prop="MinConsumePrice"
......@@ -97,6 +96,7 @@
<el-table-column
fixed="right"
label="操作"
width="180"
>
<template slot-scope="scope">
<el-tooltip class="item" effect="dark" content="发放优惠券" placement="top" >
......
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