Commit 5ea4ccdf authored by zhengke's avatar zhengke

修改样式

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