@ -1,461 +1,451 @@ |
|||||||
<template> |
<template> |
||||||
<cs-page |
<cs-page :selected="0" title="智慧生态" isTab> |
||||||
:selected="0" |
<view class="view-container"> |
||||||
title="智慧生态" |
<van-dropdown-menu safe-area-tab-bar active-color="#17C653"> |
||||||
isTab |
<van-dropdown-item |
||||||
> |
:value="queryParams.deptId" |
||||||
<view class="view-container"> |
:options="dropOption.dept" |
||||||
<van-dropdown-menu |
use-before-toggle |
||||||
safe-area-tab-bar |
@before-toggle="dorpToggle" |
||||||
active-color="#17C653" |
@change=" |
||||||
> |
v => { |
||||||
<van-dropdown-item |
querySelect(v, 'deptId') |
||||||
:value="queryParams.deptId" |
} |
||||||
:options="dropOption.dept" |
" |
||||||
use-before-toggle |
/> |
||||||
@before-toggle="dorpToggle" |
<van-dropdown-item |
||||||
@change=" |
:value="queryParams.selectWeek" |
||||||
v => { |
:options="dropOption.select_week" |
||||||
querySelect(v, 'deptId') |
@change=" |
||||||
} |
v => { |
||||||
" |
querySelect(v, 'selectWeek') |
||||||
/> |
} |
||||||
<van-dropdown-item |
" |
||||||
:value="queryParams.selectWeek" |
/> |
||||||
:options="dropOption.select_week" |
</van-dropdown-menu> |
||||||
@change=" |
<scroll-view |
||||||
v => { |
:scroll-y="true" |
||||||
querySelect(v, 'selectWeek') |
:style="{ maxHeight: `${viewHeigth}px` }" |
||||||
} |
class="view" |
||||||
" |
:refresher-enabled="true" |
||||||
/> |
@refresherrefresh="refresherrefresh" |
||||||
</van-dropdown-menu> |
:refresher-triggered="refresherTriggered" |
||||||
<scroll-view |
@refresherpulling="refresherpulling" |
||||||
:scroll-y="true" |
> |
||||||
:style="{ maxHeight: `${viewHeigth}px` }" |
<view class="box row-1"> |
||||||
class="view" |
<view |
||||||
:refresher-enabled="true" |
class="wd-flex" |
||||||
@refresherrefresh="refresherrefresh" |
style="justify-content: space-around; padding: 24rpx" |
||||||
:refresher-triggered="refresherTriggered" |
> |
||||||
@refresherpulling="refresherpulling" |
<view |
||||||
> |
class="wd-flex wd-flex-col wd-flex-center" |
||||||
<view class="box row-1"> |
style="gap: 4px" |
||||||
<view |
> |
||||||
class="wd-flex" |
<u-count-to |
||||||
style="justify-content: space-around" |
:start-val="0" |
||||||
> |
:end-val="detail.taskCount" |
||||||
<view |
bold |
||||||
class="wd-flex wd-flex-col wd-flex-center" |
font-size="24" |
||||||
style="gap: 4px" |
color="#071437" |
||||||
> |
></u-count-to> |
||||||
<u-count-to |
<view class="">任务数量</view> |
||||||
:start-val="0" |
</view> |
||||||
:end-val="detail.taskCount" |
<view |
||||||
bold |
class="wd-flex wd-flex-col wd-flex-center" |
||||||
font-size="24" |
style="gap: 4px" |
||||||
color="#071437" |
> |
||||||
></u-count-to> |
<u-count-to |
||||||
<view class="">任务数量</view> |
:start-val="0" |
||||||
</view> |
:end-val="detail.inspectionsCount" |
||||||
<view |
bold |
||||||
class="wd-flex wd-flex-col wd-flex-center" |
font-size="24" |
||||||
style="gap: 4px" |
color="#071437" |
||||||
> |
></u-count-to> |
||||||
<u-count-to |
<view class="">执法记录</view> |
||||||
:start-val="0" |
</view> |
||||||
:end-val="detail.inspectionsCount" |
<view |
||||||
bold |
class="wd-flex wd-flex-col wd-flex-center" |
||||||
font-size="24" |
style="gap: 4px" |
||||||
color="#071437" |
> |
||||||
></u-count-to> |
<u-count-to |
||||||
<view class="">执法记录</view> |
:start-val="0" |
||||||
</view> |
:end-val="detail.enterpriseCount" |
||||||
<view |
bold |
||||||
class="wd-flex wd-flex-col wd-flex-center" |
font-size="24" |
||||||
style="gap: 4px" |
color="#071437" |
||||||
> |
></u-count-to> |
||||||
<u-count-to |
<view class="">企业数量</view> |
||||||
:start-val="0" |
</view> |
||||||
:end-val="detail.enterpriseCount" |
</view> |
||||||
bold |
<qiun-data-charts |
||||||
font-size="24" |
type="ring" |
||||||
color="#071437" |
:opts="opts" |
||||||
></u-count-to> |
:chartData="chartData" |
||||||
<view class="">企业数量</view> |
:canvas2d="true" |
||||||
</view> |
style="height: 144px" |
||||||
</view> |
></qiun-data-charts> |
||||||
<qiun-data-charts |
<view class="wd-flex" style="gap: 12px; flex-wrap: wrap"> |
||||||
type="ring" |
<view |
||||||
:opts="opts" |
class="wd-flex wd-flex-col wd-flex-center" |
||||||
:chartData="chartData" |
v-for="item in detail.legendData" |
||||||
:canvas2d="true" |
:key="item" |
||||||
style="height: 144px" |
style=" |
||||||
></qiun-data-charts> |
border: 1px solid #f9f9f9; |
||||||
<view |
width: calc(100% / 3 - 8px); |
||||||
class="wd-flex" |
padding: 12px; |
||||||
style="gap: 12px; flex-wrap: wrap" |
gap: 4px; |
||||||
> |
border-radius: 4px; |
||||||
<view |
" |
||||||
class="wd-flex wd-flex-col wd-flex-center" |
> |
||||||
v-for="item in detail.legendData" |
<view class="wd-flex wd-flex-col" style="gap: 4px"> |
||||||
:key="item" |
<view |
||||||
style=" |
class="wd-flex" |
||||||
border: 1px solid #f9f9f9; |
style="align-items: center; gap: 4px" |
||||||
width: calc(100% / 3 - 8px); |
> |
||||||
padding: 12px; |
<view |
||||||
gap: 4px; |
:style="{ |
||||||
border-radius: 4px; |
width: '8px', |
||||||
" |
height: '4px', |
||||||
> |
borderRadius: '4px', |
||||||
<view |
backgroundColor: item.color |
||||||
class="wd-flex wd-flex-col" |
}" |
||||||
style="gap: 4px" |
></view> |
||||||
> |
<view class="people-name">{{ item.name }}</view> |
||||||
<view |
</view> |
||||||
class="wd-flex" |
<view class="wd-flex wd-flex-center"> |
||||||
style="align-items: center; gap: 4px" |
<u-count-to |
||||||
> |
:start-val="0" |
||||||
<view |
:end-val="Number(item.value)" |
||||||
:style="{ |
bold |
||||||
width: '8px', |
font-size="16" |
||||||
height: '4px', |
color="#071437" |
||||||
borderRadius: '4px', |
></u-count-to> |
||||||
backgroundColor: item.color, |
% |
||||||
}" |
</view> |
||||||
></view> |
</view> |
||||||
<view class="">{{ item.name }}</view> |
</view> |
||||||
</view> |
</view> |
||||||
<view class="wd-flex wd-flex-center"> |
</view> |
||||||
<u-count-to |
<view class="box row-1"> |
||||||
:start-val="0" |
<view |
||||||
:end-val="Number(item.value)" |
class="wd-flex" |
||||||
bold |
style="margin-top: 12px; justify-content: center" |
||||||
font-size="16" |
> |
||||||
color="#071437" |
<view |
||||||
></u-count-to> |
style=" |
||||||
% |
background-color: #f9f9f9; |
||||||
</view> |
display: inline-flex; |
||||||
</view> |
padding: 4px; |
||||||
</view> |
" |
||||||
</view> |
> |
||||||
</view> |
<view |
||||||
<view class="box row-1"> |
class="tab" |
||||||
<view |
v-for="(item, index) in tabs" |
||||||
class="wd-flex" |
:key="index" |
||||||
style="margin-top: 12px; justify-content: center" |
:style="{ |
||||||
> |
'--index': tabs.findIndex( |
||||||
<view |
i => i.type == queryParams.type |
||||||
style=" |
) |
||||||
background-color: #f9f9f9; |
}" |
||||||
display: inline-flex; |
@tap="changeTab(item.type)" |
||||||
padding: 4px; |
> |
||||||
" |
<view |
||||||
> |
class="name" |
||||||
<view |
:style="{ |
||||||
class="tab" |
color: |
||||||
v-for="(item, index) in tabs" |
queryParams.type == item.type ? '#071437' : '#78829d' |
||||||
:key="index" |
}" |
||||||
:style="{ |
> |
||||||
'--index': tabs.findIndex(i => i.type == queryParams.type), |
{{ item.name }} |
||||||
}" |
</view> |
||||||
@tap="changeTab(item.type)" |
</view> |
||||||
> |
</view> |
||||||
<view |
</view> |
||||||
class="name" |
<view style="min-height: 220px"> |
||||||
:style="{ |
<view |
||||||
color: |
v-for="(item, index) in list" |
||||||
queryParams.type == item.type ? '#071437' : '#78829d', |
:key="index" |
||||||
}" |
class="wd-flex" |
||||||
> |
style="justify-content: space-between; padding: 12px" |
||||||
{{ item.name }} |
> |
||||||
</view> |
<view class="wd-font-800">{{ item.name }}</view> |
||||||
</view> |
<view class="wd-font-800" style="color: #ff6f1e"> |
||||||
</view> |
<view> |
||||||
</view> |
<u-count-to |
||||||
<view style="min-height: 220px"> |
:start-val="0" |
||||||
<view |
:end-val="item.count" |
||||||
v-for="(item, index) in list" |
bold |
||||||
:key="index" |
font-size="14" |
||||||
class="wd-flex" |
color="#FF6F1E" |
||||||
style="justify-content: space-between; padding: 12px" |
></u-count-to> |
||||||
> |
<text>{{ queryParams.type == 1 ? '天' : '次' }}</text> |
||||||
<view class="wd-font-800">{{ item.name }}</view> |
</view> |
||||||
<view |
</view> |
||||||
class="wd-font-800" |
</view> |
||||||
style="color: #ff6f1e" |
</view> |
||||||
> |
</view> |
||||||
<view> |
</scroll-view> |
||||||
<u-count-to |
</view> |
||||||
:start-val="0" |
</cs-page> |
||||||
:end-val="item.count" |
|
||||||
bold |
|
||||||
font-size="14" |
|
||||||
color="#FF6F1E" |
|
||||||
></u-count-to> |
|
||||||
<text>{{ queryParams.type == 1 ? '天' : '次' }}</text> |
|
||||||
</view> |
|
||||||
</view> |
|
||||||
</view> |
|
||||||
</view> |
|
||||||
</view> |
|
||||||
</scroll-view> |
|
||||||
</view> |
|
||||||
</cs-page> |
|
||||||
</template> |
</template> |
||||||
|
|
||||||
<script> |
<script> |
||||||
import { getDictBatchByType, getDeptTree } from '@/api/system/dict.js' |
import { getDictBatchByType, getDeptTree } from '@/api/system/dict.js' |
||||||
import { HomeApi } from '@/api/common/home.js' |
import { HomeApi } from '@/api/common/home.js' |
||||||
export default { |
export default { |
||||||
data() { |
data() { |
||||||
return { |
return { |
||||||
dictMap: {}, |
dictMap: {}, |
||||||
queryParams: { |
queryParams: { |
||||||
selectWeek: '', |
selectWeek: '', |
||||||
deptId: '', |
deptId: '', |
||||||
type: 1, |
type: 1 |
||||||
}, |
}, |
||||||
detail: {}, |
detail: {}, |
||||||
opts: {}, |
opts: {}, |
||||||
chartData: {}, |
chartData: {}, |
||||||
viewHeigth: 0, |
viewHeigth: 0, |
||||||
tabs: [ |
tabs: [ |
||||||
{ |
{ |
||||||
name: '资质逾期', |
name: '资质逾期', |
||||||
type: 1, |
type: 1 |
||||||
}, |
}, |
||||||
{ |
{ |
||||||
name: '整改次数', |
name: '整改次数', |
||||||
type: 2, |
type: 2 |
||||||
}, |
} |
||||||
], |
], |
||||||
refresherTriggered: false, |
refresherTriggered: false, |
||||||
list: [], |
list: [], |
||||||
dropOption: {}, |
dropOption: {}, |
||||||
color: ['#1B84FF', '#7239EA', '#F6B100', '#F8285A', '#17C653'], |
color: ['#1B84FF', '#7239EA', '#F6B100', '#F8285A', '#17C653'] |
||||||
} |
} |
||||||
}, |
}, |
||||||
onLoad: async function () { |
onLoad: async function () { |
||||||
await uni.hideTabBar() |
await uni.hideTabBar() |
||||||
uni.hideTabBar({ |
uni.hideTabBar({ |
||||||
animation: false, |
animation: false |
||||||
}) |
}) |
||||||
this.getDict() |
this.getDict() |
||||||
if (!this.$roles.checkRole(['director'])) { |
if (!this.$roles.checkRole(['director'])) { |
||||||
this.queryParams.deptId = this.$store.getters.deptId |
this.queryParams.deptId = this.$store.getters.deptId |
||||||
} |
} |
||||||
this.init() |
this.init() |
||||||
}, |
}, |
||||||
onReady() { |
onReady() { |
||||||
this.$nextTick(() => { |
this.$nextTick(() => { |
||||||
this.getPageHeight() |
this.getPageHeight() |
||||||
}) |
}) |
||||||
}, |
}, |
||||||
onShow() { |
onShow() { |
||||||
this.init() |
this.init() |
||||||
}, |
}, |
||||||
methods: { |
methods: { |
||||||
getPageHeight() { |
getPageHeight() { |
||||||
const query = uni.createSelectorQuery().in(this) |
const query = uni.createSelectorQuery().in(this) |
||||||
query |
query |
||||||
.select('.view-container') |
.select('.view-container') |
||||||
.boundingClientRect(data => { |
.boundingClientRect(data => { |
||||||
this.viewHeigth = data.height - 35 - 25 |
this.viewHeigth = data.height - 35 - 25 |
||||||
}) |
}) |
||||||
.exec() |
.exec() |
||||||
}, |
}, |
||||||
async getDict() { |
async getDict() { |
||||||
const dict = await getDictBatchByType({ |
const dict = await getDictBatchByType({ |
||||||
type: ['select_week'].join(','), |
type: ['select_week'].join(',') |
||||||
}) |
}) |
||||||
const dept = await getDeptTree() |
const dept = await getDeptTree() |
||||||
this.dropOption.dept = [ |
this.dropOption.dept = [ |
||||||
...dept.data.map(i => { |
...dept.data.map(i => { |
||||||
return { |
return { |
||||||
value: i.id, |
value: i.id, |
||||||
text: i.name, |
text: i.name |
||||||
} |
} |
||||||
}), |
}), |
||||||
{ |
{ |
||||||
value: '', |
value: '', |
||||||
text: '全部', |
text: '全部' |
||||||
}, |
} |
||||||
] |
] |
||||||
this.dropOption.select_week = [ |
this.dropOption.select_week = [ |
||||||
...dict.data.select_week.map(i => { |
...dict.data.select_week.map(i => { |
||||||
return { |
return { |
||||||
value: i.value, |
value: i.value, |
||||||
text: i.label, |
text: i.label |
||||||
} |
} |
||||||
}), |
}), |
||||||
{ |
{ |
||||||
value: '', |
value: '', |
||||||
text: '全部', |
text: '全部' |
||||||
}, |
} |
||||||
] |
] |
||||||
}, |
}, |
||||||
async init() { |
async init() { |
||||||
// if (!this.$roles.checkRole(['director'])) { |
// if (!this.$roles.checkRole(['director'])) { |
||||||
// this.queryParams.deptId = this.$store.getters.deptId |
// this.queryParams.deptId = this.$store.getters.deptId |
||||||
// } |
// } |
||||||
const res = await HomeApi.getPieData(this.queryParams) |
const res = await HomeApi.getPieData(this.queryParams) |
||||||
this.detail = res.data |
this.detail = res.data |
||||||
let curIndex = 0 |
let curIndex = 0 |
||||||
const data = this.detail.completionRate.map((item, index) => { |
const data = this.detail.completionRate.map((item, index) => { |
||||||
const res = { ...item, color: this.color[curIndex] } |
const res = { ...item, color: this.color[curIndex] } |
||||||
curIndex > this.color.length ? 0 : curIndex++ |
curIndex > this.color.length ? 0 : curIndex++ |
||||||
return res |
return res |
||||||
}) |
}) |
||||||
this.detail.legendData = data |
console.log('init', data) |
||||||
this.setPieData(data, this.detail.taskCompletionRate) |
this.detail.legendData = data |
||||||
this.getList() |
this.setPieData(data, this.detail.taskCompletionRate) |
||||||
}, |
this.getList() |
||||||
async getList() { |
}, |
||||||
const res = await HomeApi.getListData(this.queryParams) |
async getList() { |
||||||
this.list = res.data |
const res = await HomeApi.getListData(this.queryParams) |
||||||
}, |
this.list = res.data |
||||||
setPieData(data, max) { |
}, |
||||||
const pieData = data.map(i => { |
setPieData(data, max) { |
||||||
return { |
const pieData = data.map(i => { |
||||||
name: i.name, |
return { |
||||||
value: Number(i.pieValue), |
name: i.name, |
||||||
} |
value: Number(i.pieValue) |
||||||
}) |
} |
||||||
if (Number(max) < 100) { |
}) |
||||||
pieData.push({ |
if (Number(max) < 100) { |
||||||
name: '', |
pieData.push({ |
||||||
value: 100 - Number(max), |
name: '', |
||||||
color: '#fff', |
value: 100 - Number(max), |
||||||
}) |
color: '#fff' |
||||||
} |
}) |
||||||
this.opts = { |
} |
||||||
legend: { |
this.opts = { |
||||||
show: false, |
legend: { |
||||||
}, |
show: false |
||||||
color: this.color, |
}, |
||||||
rotate: false, |
color: this.color, |
||||||
rotateLock: false, |
rotate: false, |
||||||
padding: [0, 0, 0, 0], |
rotateLock: false, |
||||||
dataLabel: false, |
padding: [0, 0, 0, 0], |
||||||
enableScroll: false, |
dataLabel: false, |
||||||
title: { |
enableScroll: false, |
||||||
name: `${max}%`, |
title: { |
||||||
fontSize: 24, |
name: `${max}%`, |
||||||
color: '#071437', |
fontSize: 24, |
||||||
fontWeight: 'bold', |
color: '#071437', |
||||||
}, |
fontWeight: 'bold' |
||||||
subtitle: { |
}, |
||||||
name: '完成率', |
subtitle: { |
||||||
fontSize: 14, |
name: '完成率', |
||||||
color: '#78829D', |
fontSize: 14, |
||||||
}, |
color: '#78829D' |
||||||
extra: { |
}, |
||||||
ring: { |
extra: { |
||||||
ringWidth: 15, |
ring: { |
||||||
activeOpacity: 0.5, |
ringWidth: 15, |
||||||
offsetAngle: 90, |
activeOpacity: 0.5, |
||||||
labelWidth: 15, |
offsetAngle: 90, |
||||||
border: false, |
labelWidth: 15, |
||||||
borderColor: '#FFFFFF', |
border: false, |
||||||
linearType: 'none', |
borderColor: '#FFFFFF', |
||||||
}, |
linearType: 'none' |
||||||
}, |
} |
||||||
} |
} |
||||||
this.chartData = { |
} |
||||||
series: [ |
this.chartData = { |
||||||
{ |
series: [ |
||||||
data: pieData, |
{ |
||||||
}, |
data: pieData |
||||||
], |
} |
||||||
} |
] |
||||||
}, |
} |
||||||
sectionChange(index) { |
}, |
||||||
this.queryParams.enterprise = index |
sectionChange(index) { |
||||||
}, |
this.queryParams.enterprise = index |
||||||
querySelect(v, key) { |
}, |
||||||
this.queryParams[key] = v.detail |
querySelect(v, key) { |
||||||
this.init() |
this.queryParams[key] = v.detail |
||||||
}, |
this.init() |
||||||
changeTab(type) { |
}, |
||||||
this.queryParams.type = type |
changeTab(type) { |
||||||
this.getList() |
this.queryParams.type = type |
||||||
}, |
this.getList() |
||||||
refresherpulling() { |
}, |
||||||
const that = this |
refresherpulling() { |
||||||
if (!this.refresherTriggered) { |
const that = this |
||||||
this.refresherTriggered = true |
if (!this.refresherTriggered) { |
||||||
setTimeout(() => { |
this.refresherTriggered = true |
||||||
that.refresherTriggered = false |
setTimeout(() => { |
||||||
}, 1000) |
that.refresherTriggered = false |
||||||
} |
}, 1000) |
||||||
}, |
} |
||||||
refresherrefresh() { |
}, |
||||||
this.init() |
refresherrefresh() { |
||||||
}, |
this.init() |
||||||
dorpToggle(e) { |
}, |
||||||
if (!this.$roles.checkRole(['director'])) { |
dorpToggle(e) { |
||||||
uni.showToast({ |
if (!this.$roles.checkRole(['director'])) { |
||||||
icon: 'none', |
e.detail.callback(false) |
||||||
title: '暂无权限', |
} else { |
||||||
}) |
e.detail.callback(true) |
||||||
e.detail.callback(false) |
} |
||||||
} else { |
} |
||||||
e.detail.callback(true) |
} |
||||||
} |
} |
||||||
}, |
|
||||||
}, |
|
||||||
} |
|
||||||
</script> |
</script> |
||||||
|
|
||||||
<style lang="scss" scoped> |
<style lang="scss" scoped> |
||||||
.view-container { |
.view-container { |
||||||
height: 100%; |
height: 100%; |
||||||
} |
} |
||||||
.view { |
.view { |
||||||
padding: 0 12px; |
padding: 0 12px; |
||||||
padding-bottom: 12px; |
padding-bottom: 12px; |
||||||
display: flex; |
display: flex; |
||||||
gap: 12px; |
gap: 12px; |
||||||
flex-flow: column nowrap; |
flex-flow: column nowrap; |
||||||
.box { |
.box { |
||||||
padding: 12px; |
padding: 12px; |
||||||
background-color: #fff; |
background-color: #fff; |
||||||
border: 1px solid #f9f9f9; |
border: 1px solid #f9f9f9; |
||||||
border-radius: 12px; |
border-radius: 12px; |
||||||
margin-top: 12px; |
margin-top: 12px; |
||||||
&:last-child { |
&:last-child { |
||||||
margin-bottom: 12px; |
margin-bottom: 12px; |
||||||
} |
} |
||||||
} |
} |
||||||
.row-1 { |
.row-1 { |
||||||
display: flex; |
display: flex; |
||||||
flex-flow: column nowrap; |
flex-flow: column nowrap; |
||||||
gap: 12px; |
gap: 12px; |
||||||
} |
} |
||||||
.tab { |
.people-name { |
||||||
position: relative; |
max-width: 4rem; |
||||||
padding: 4px 16px; |
max-height: 1rem; |
||||||
.name { |
text-overflow: ellipsis; |
||||||
z-index: 2; |
white-space: nowrap; |
||||||
position: inherit; |
overflow: hidden; |
||||||
font-weight: bold; |
} |
||||||
} |
.tab { |
||||||
&:first-child::before { |
position: relative; |
||||||
content: ''; |
padding: 4px 16px; |
||||||
position: absolute; |
.name { |
||||||
inset: 0; |
z-index: 2; |
||||||
background-color: #fff; |
position: inherit; |
||||||
border-radius: 2px; |
font-weight: bold; |
||||||
transform: translateX(calc(var(--index) * 100%)); |
} |
||||||
transition: 0.2s all; |
&:first-child::before { |
||||||
z-index: 1; |
content: ''; |
||||||
} |
position: absolute; |
||||||
} |
inset: 0; |
||||||
} |
background-color: #fff; |
||||||
::v-deep .van-dropdown-menu { |
border-radius: 2px; |
||||||
box-shadow: none; |
transform: translateX(calc(var(--index) * 100%)); |
||||||
height: 35px !important; |
transition: 0.2s all; |
||||||
font-size: 13px; |
z-index: 1; |
||||||
border-bottom: 1px solid #f1f1f4; |
} |
||||||
} |
} |
||||||
|
} |
||||||
|
::v-deep .van-dropdown-menu { |
||||||
|
box-shadow: none; |
||||||
|
height: 35px !important; |
||||||
|
font-size: 13px; |
||||||
|
border-bottom: 1px solid #f1f1f4; |
||||||
|
} |
||||||
</style> |
</style> |
||||||
|
Before Width: | Height: | Size: 9.0 KiB After Width: | Height: | Size: 21 KiB |
Before Width: | Height: | Size: 882 B After Width: | Height: | Size: 1.0 KiB |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 989 B |
Before Width: | Height: | Size: 985 B After Width: | Height: | Size: 1.0 KiB |
Before Width: | Height: | Size: 705 B After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 29 KiB After Width: | Height: | Size: 69 KiB |