|
@@ -23,7 +23,7 @@
|
|
menuIndex: '2',
|
|
menuIndex: '2',
|
|
subMenuIndex: '5',
|
|
subMenuIndex: '5',
|
|
legendIcon: legendIcon,
|
|
legendIcon: legendIcon,
|
|
- legendTitle: legendTitle
|
|
|
|
|
|
+ legendTitle: legendTitle,
|
|
}"
|
|
}"
|
|
/>
|
|
/>
|
|
<div class="select-title">所属街道</div>
|
|
<div class="select-title">所属街道</div>
|
|
@@ -41,12 +41,17 @@
|
|
type: 'card',
|
|
type: 'card',
|
|
title: streetSelectVal + '资源问题',
|
|
title: streetSelectVal + '资源问题',
|
|
titleWidth: 40,
|
|
titleWidth: 40,
|
|
- boxWidth: '780'
|
|
|
|
|
|
+ boxWidth: '780',
|
|
}"
|
|
}"
|
|
>
|
|
>
|
|
<template slot="top">
|
|
<template slot="top">
|
|
<div class="town-problems-top-inner">
|
|
<div class="town-problems-top-inner">
|
|
- <TagProblemCard class="problem-item" v-for="n in townCollection" :key="n.name" :data="n" />
|
|
|
|
|
|
+ <TagProblemCard
|
|
|
|
+ class="problem-item"
|
|
|
|
+ v-for="n in townCollection"
|
|
|
|
+ :key="n.name"
|
|
|
|
+ :data="n"
|
|
|
|
+ />
|
|
</div>
|
|
</div>
|
|
</template>
|
|
</template>
|
|
</MenuCard>
|
|
</MenuCard>
|
|
@@ -65,7 +70,7 @@
|
|
field: 'c_wtfl',
|
|
field: 'c_wtfl',
|
|
dataType: 'all',
|
|
dataType: 'all',
|
|
dataSize: 10,
|
|
dataSize: 10,
|
|
- topData: []
|
|
|
|
|
|
+ topData: [],
|
|
}"
|
|
}"
|
|
></MenuCard>
|
|
></MenuCard>
|
|
<MenuCard
|
|
<MenuCard
|
|
@@ -81,7 +86,7 @@
|
|
field: 'c_wtfl',
|
|
field: 'c_wtfl',
|
|
dataType: 'all',
|
|
dataType: 'all',
|
|
dataSize: 10,
|
|
dataSize: 10,
|
|
- topData: []
|
|
|
|
|
|
+ topData: [],
|
|
}"
|
|
}"
|
|
></MenuCard>
|
|
></MenuCard>
|
|
</div>
|
|
</div>
|
|
@@ -89,7 +94,10 @@
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<!-- 综合分析 -->
|
|
<!-- 综合分析 -->
|
|
- <ComprehensiveAnalysis id="ComprehensiveContainer" v-if="$ifMenu('3', '')" />
|
|
|
|
|
|
+ <ComprehensiveAnalysis
|
|
|
|
+ id="ComprehensiveContainer"
|
|
|
|
+ v-if="$ifMenu('3', '')"
|
|
|
|
+ />
|
|
|
|
|
|
<!-- 法律法规 -->
|
|
<!-- 法律法规 -->
|
|
<LawView id="LawContainer" v-if="$ifMenu('5', '1')" />
|
|
<LawView id="LawContainer" v-if="$ifMenu('5', '1')" />
|
|
@@ -104,7 +112,8 @@
|
|
</div>
|
|
</div>
|
|
<!-- 左侧菜单列(较宽,两列) -- 疑点筛查 -->
|
|
<!-- 左侧菜单列(较宽,两列) -- 疑点筛查 -->
|
|
<div id="leftMenusW" v-for="(item, index) in menus.leftW" :key="index">
|
|
<div id="leftMenusW" v-for="(item, index) in menus.leftW" :key="index">
|
|
- <MenuCard :menuData="item2" v-for="item2 in item" :key="item2.title"> </MenuCard>
|
|
|
|
|
|
+ <MenuCard :menuData="item2" v-for="item2 in item" :key="item2.title">
|
|
|
|
+ </MenuCard>
|
|
</div>
|
|
</div>
|
|
<!-- 中部菜单列 -->
|
|
<!-- 中部菜单列 -->
|
|
<div id="mainMenus">
|
|
<div id="mainMenus">
|
|
@@ -136,7 +145,7 @@
|
|
class="bar"
|
|
class="bar"
|
|
:categoryData="categoryData"
|
|
:categoryData="categoryData"
|
|
:soilValueData="soil"
|
|
:soilValueData="soil"
|
|
- :waterValueData="water"
|
|
|
|
|
|
+ :otherValueData="other"
|
|
:forestryValueData="forestry"
|
|
:forestryValueData="forestry"
|
|
:sourceType="btnChecked"
|
|
:sourceType="btnChecked"
|
|
/>
|
|
/>
|
|
@@ -150,13 +159,22 @@
|
|
boxHeight: '180',
|
|
boxHeight: '180',
|
|
menuIndex: '1',
|
|
menuIndex: '1',
|
|
legendIcon: legendIcon,
|
|
legendIcon: legendIcon,
|
|
- legendTitle: legendTitle
|
|
|
|
|
|
+ legendTitle: legendTitle,
|
|
}"
|
|
}"
|
|
/>
|
|
/>
|
|
</div>
|
|
</div>
|
|
<!-- 首页右侧菜单列 -->
|
|
<!-- 首页右侧菜单列 -->
|
|
- <div class="rightMenus" v-for="(item, index) in menus.right" :key="'rightBox' + index">
|
|
|
|
- <MenuCard :menuData="item2" v-for="(item2, index2) in item" :key="'right' + index2"> </MenuCard>
|
|
|
|
|
|
+ <div
|
|
|
|
+ class="rightMenus"
|
|
|
|
+ v-for="(item, index) in menus.right"
|
|
|
|
+ :key="'rightBox' + index"
|
|
|
|
+ >
|
|
|
|
+ <MenuCard
|
|
|
|
+ :menuData="item2"
|
|
|
|
+ v-for="(item2, index2) in item"
|
|
|
|
+ :key="'right' + index2"
|
|
|
|
+ >
|
|
|
|
+ </MenuCard>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</template>
|
|
</template>
|
|
@@ -201,15 +219,16 @@ export default {
|
|
Legend,
|
|
Legend,
|
|
WholeProcessManagement,
|
|
WholeProcessManagement,
|
|
FrequencyView,
|
|
FrequencyView,
|
|
- LawView
|
|
|
|
|
|
+ LawView,
|
|
},
|
|
},
|
|
data() {
|
|
data() {
|
|
return {
|
|
return {
|
|
|
|
+ classTextToIndex: {},
|
|
tagCardData3: {
|
|
tagCardData3: {
|
|
type: "lr",
|
|
type: "lr",
|
|
title: "林地面积",
|
|
title: "林地面积",
|
|
value: 654,
|
|
value: 654,
|
|
- unit: "公顷"
|
|
|
|
|
|
+ unit: "公顷",
|
|
},
|
|
},
|
|
testTitle: "土地资源",
|
|
testTitle: "土地资源",
|
|
activeIndex: 1,
|
|
activeIndex: 1,
|
|
@@ -218,61 +237,61 @@ export default {
|
|
left: [],
|
|
left: [],
|
|
leftW: [],
|
|
leftW: [],
|
|
main: [],
|
|
main: [],
|
|
- right: []
|
|
|
|
|
|
+ right: [],
|
|
},
|
|
},
|
|
// 首页饼图相关
|
|
// 首页饼图相关
|
|
buttonData: ["A", "B", "C"],
|
|
buttonData: ["A", "B", "C"],
|
|
legendTitle: [
|
|
legendTitle: [
|
|
{
|
|
{
|
|
name: "A类",
|
|
name: "A类",
|
|
- info: "耕地林地总和占镇域面积约 45%以上,或超过3000公顷"
|
|
|
|
|
|
+ info: "耕地林地总和占镇域面积约 45%以上,或超过3000公顷",
|
|
},
|
|
},
|
|
{
|
|
{
|
|
name: "B类",
|
|
name: "B类",
|
|
- info: "有一定的自然资源资产(耕地林地总和 900-3000公项)"
|
|
|
|
|
|
+ info: "有一定的自然资源资产(耕地林地总和 900-3000公项)",
|
|
},
|
|
},
|
|
{
|
|
{
|
|
name: "C类",
|
|
name: "C类",
|
|
- info: "自然资源资产较少(耕地林地总和低于 900公项)"
|
|
|
|
- }
|
|
|
|
|
|
+ info: "自然资源资产较少(耕地林地总和低于 900公项)",
|
|
|
|
+ },
|
|
],
|
|
],
|
|
// legendData: ["#E565FF", "#0055FF", "#00FFD5"],
|
|
// legendData: ["#E565FF", "#0055FF", "#00FFD5"],
|
|
legendIcon: [
|
|
legendIcon: [
|
|
{
|
|
{
|
|
background: "#E565FF",
|
|
background: "#E565FF",
|
|
- border: "none"
|
|
|
|
|
|
+ border: "none",
|
|
},
|
|
},
|
|
{
|
|
{
|
|
background: "#0055FF",
|
|
background: "#0055FF",
|
|
- border: "none"
|
|
|
|
|
|
+ border: "none",
|
|
},
|
|
},
|
|
{
|
|
{
|
|
background: "#00FFD5",
|
|
background: "#00FFD5",
|
|
- border: "none"
|
|
|
|
- }
|
|
|
|
|
|
+ border: "none",
|
|
|
|
+ },
|
|
],
|
|
],
|
|
btnChecked: "A",
|
|
btnChecked: "A",
|
|
soil: [],
|
|
soil: [],
|
|
- water: [],
|
|
|
|
|
|
+ other: [],
|
|
forestry: [],
|
|
forestry: [],
|
|
categoryData: [],
|
|
categoryData: [],
|
|
AData: {
|
|
AData: {
|
|
soil: [],
|
|
soil: [],
|
|
- water: [],
|
|
|
|
|
|
+ other: [],
|
|
forestry: [],
|
|
forestry: [],
|
|
- categoryData: []
|
|
|
|
|
|
+ categoryData: [],
|
|
},
|
|
},
|
|
BData: {
|
|
BData: {
|
|
soil: [],
|
|
soil: [],
|
|
- water: [],
|
|
|
|
|
|
+ other: [],
|
|
forestry: [],
|
|
forestry: [],
|
|
- categoryData: []
|
|
|
|
|
|
+ categoryData: [],
|
|
},
|
|
},
|
|
CData: {
|
|
CData: {
|
|
soil: [],
|
|
soil: [],
|
|
- water: [],
|
|
|
|
|
|
+ other: [],
|
|
forestry: [],
|
|
forestry: [],
|
|
- categoryData: []
|
|
|
|
|
|
+ categoryData: [],
|
|
},
|
|
},
|
|
streetSelectVal: "全部",
|
|
streetSelectVal: "全部",
|
|
streetOptions: [],
|
|
streetOptions: [],
|
|
@@ -281,12 +300,12 @@ export default {
|
|
{ name: "土地资源问题", num: 67 },
|
|
{ name: "土地资源问题", num: 67 },
|
|
{ name: "水资源问题", num: 37 },
|
|
{ name: "水资源问题", num: 37 },
|
|
{ name: "林地资源问题", num: 60 },
|
|
{ name: "林地资源问题", num: 60 },
|
|
- { name: "生态资源问题", num: 55 }
|
|
|
|
|
|
+ { name: "生态资源问题", num: 55 },
|
|
],
|
|
],
|
|
// 综合分析
|
|
// 综合分析
|
|
analysis: {
|
|
analysis: {
|
|
- searchInput: ""
|
|
|
|
- }
|
|
|
|
|
|
+ searchInput: "",
|
|
|
|
+ },
|
|
};
|
|
};
|
|
},
|
|
},
|
|
mounted() {
|
|
mounted() {
|
|
@@ -294,12 +313,27 @@ export default {
|
|
this.selectSelectData("0", "浦东新区行政区划", "associatedItems");
|
|
this.selectSelectData("0", "浦东新区行政区划", "associatedItems");
|
|
},
|
|
},
|
|
methods: {
|
|
methods: {
|
|
|
|
+ classDictQuery(type, cName, keyName) {
|
|
|
|
+ let params = new FormData();
|
|
|
|
+ params = {
|
|
|
|
+ type: type,
|
|
|
|
+ cName: cName,
|
|
|
|
+ };
|
|
|
|
+ this.$Post(this.urlsCollection.selectByCNameAType, params).then((res) => {
|
|
|
|
+ if (res.code === 200 && res.content.length > 0) {
|
|
|
|
+ this.classTextToIndex[keyName] = new Map();
|
|
|
|
+ res.content.forEach((v) => {
|
|
|
|
+ this.classTextToIndex[keyName].set(v.index + "", v.name);
|
|
|
|
+ });
|
|
|
|
+ }
|
|
|
|
+ });
|
|
|
|
+ },
|
|
initMenu(menus) {
|
|
initMenu(menus) {
|
|
if (menus) {
|
|
if (menus) {
|
|
this.menus = menus;
|
|
this.menus = menus;
|
|
setTimeout(() => {
|
|
setTimeout(() => {
|
|
this.getSourcesData();
|
|
this.getSourcesData();
|
|
- },300);
|
|
|
|
|
|
+ }, 300);
|
|
}
|
|
}
|
|
// this.menus = menuOnLine;
|
|
// this.menus = menuOnLine;
|
|
// this.getSourcesData();
|
|
// this.getSourcesData();
|
|
@@ -313,20 +347,20 @@ export default {
|
|
switch (type) {
|
|
switch (type) {
|
|
case "A":
|
|
case "A":
|
|
this.soil = this.AData.soil;
|
|
this.soil = this.AData.soil;
|
|
- this.water = this.AData.water;
|
|
|
|
|
|
+ this.other = this.AData.other;
|
|
this.forestry = this.AData.forestry;
|
|
this.forestry = this.AData.forestry;
|
|
this.categoryData = this.AData.categoryData;
|
|
this.categoryData = this.AData.categoryData;
|
|
|
|
|
|
break;
|
|
break;
|
|
case "B":
|
|
case "B":
|
|
this.soil = this.BData.soil;
|
|
this.soil = this.BData.soil;
|
|
- this.water = this.BData.water;
|
|
|
|
|
|
+ this.other = this.BData.other;
|
|
this.forestry = this.BData.forestry;
|
|
this.forestry = this.BData.forestry;
|
|
this.categoryData = this.BData.categoryData;
|
|
this.categoryData = this.BData.categoryData;
|
|
break;
|
|
break;
|
|
case "C":
|
|
case "C":
|
|
this.soil = this.CData.soil;
|
|
this.soil = this.CData.soil;
|
|
- this.water = this.CData.water;
|
|
|
|
|
|
+ this.other = this.CData.other;
|
|
this.forestry = this.CData.forestry;
|
|
this.forestry = this.CData.forestry;
|
|
this.categoryData = this.CData.categoryData;
|
|
this.categoryData = this.CData.categoryData;
|
|
break;
|
|
break;
|
|
@@ -338,12 +372,12 @@ export default {
|
|
params.append("type", type);
|
|
params.append("type", type);
|
|
params.append("cName", cName);
|
|
params.append("cName", cName);
|
|
this.$Post(this.urlsCollection.selectByCNameAType, params).then(
|
|
this.$Post(this.urlsCollection.selectByCNameAType, params).then(
|
|
- res => {
|
|
|
|
|
|
+ (res) => {
|
|
if (res.code === 200 && res.content.length > 0) {
|
|
if (res.code === 200 && res.content.length > 0) {
|
|
this.$store.state.selectSelectDataMap[keyName] = res.content;
|
|
this.$store.state.selectSelectDataMap[keyName] = res.content;
|
|
}
|
|
}
|
|
},
|
|
},
|
|
- error => {
|
|
|
|
|
|
+ (error) => {
|
|
this.$message.error(error);
|
|
this.$message.error(error);
|
|
console.log(error);
|
|
console.log(error);
|
|
}
|
|
}
|
|
@@ -375,47 +409,53 @@ export default {
|
|
let params = new FormData();
|
|
let params = new FormData();
|
|
params = {
|
|
params = {
|
|
columnId: 30,
|
|
columnId: 30,
|
|
- states: 3,
|
|
|
|
|
|
+ states: "0,1,2,3",
|
|
pageSize: 30,
|
|
pageSize: 30,
|
|
- page: 0
|
|
|
|
|
|
+ page: 0,
|
|
};
|
|
};
|
|
this.$Post(this.urlsCollection.selectContentList, params)
|
|
this.$Post(this.urlsCollection.selectContentList, params)
|
|
- .then(res => {
|
|
|
|
|
|
+ .then((res) => {
|
|
if (res.code === 200 && res.content.data.length > 0) {
|
|
if (res.code === 200 && res.content.data.length > 0) {
|
|
// console.log(res.content.data, "getSourcesData接口获取成功");
|
|
// console.log(res.content.data, "getSourcesData接口获取成功");
|
|
this.soil = [];
|
|
this.soil = [];
|
|
- this.water = [];
|
|
|
|
|
|
+ this.other = [];
|
|
this.forestry = [];
|
|
this.forestry = [];
|
|
let data = res.content.data;
|
|
let data = res.content.data;
|
|
let ADataArr = [];
|
|
let ADataArr = [];
|
|
let BDataArr = [];
|
|
let BDataArr = [];
|
|
let CDataArr = [];
|
|
let CDataArr = [];
|
|
- data.map(v => {
|
|
|
|
|
|
+ data.map((v) => {
|
|
if (v.zy_type === "0") {
|
|
if (v.zy_type === "0") {
|
|
ADataArr.push({
|
|
ADataArr.push({
|
|
- name: v.title,
|
|
|
|
|
|
+ name: this.classTextToIndex["浦东新区行政区划"].get(
|
|
|
|
+ v.zy_town
|
|
|
|
+ ),
|
|
soil: v.c_land_area,
|
|
soil: v.c_land_area,
|
|
- water: v.c_water_area,
|
|
|
|
|
|
+ other: v.other_area,
|
|
forest: v.c_forest_area,
|
|
forest: v.c_forest_area,
|
|
- sum: v.c_land_area + v.c_water_area + v.c_forest_area
|
|
|
|
|
|
+ sum: v.c_land_area + v.other_area + v.c_forest_area,
|
|
});
|
|
});
|
|
}
|
|
}
|
|
if (v.zy_type === "1") {
|
|
if (v.zy_type === "1") {
|
|
BDataArr.push({
|
|
BDataArr.push({
|
|
- name: v.title,
|
|
|
|
|
|
+ name: this.classTextToIndex["浦东新区行政区划"].get(
|
|
|
|
+ v.zy_town
|
|
|
|
+ ),
|
|
soil: v.c_land_area,
|
|
soil: v.c_land_area,
|
|
- water: v.c_water_area,
|
|
|
|
|
|
+ other: v.other_area,
|
|
forest: v.c_forest_area,
|
|
forest: v.c_forest_area,
|
|
- sum: v.c_land_area + v.c_water_area + v.c_forest_area
|
|
|
|
|
|
+ sum: v.c_land_area + v.other_area + v.c_forest_area,
|
|
});
|
|
});
|
|
}
|
|
}
|
|
if (v.zy_type === "2") {
|
|
if (v.zy_type === "2") {
|
|
CDataArr.push({
|
|
CDataArr.push({
|
|
- name: v.title,
|
|
|
|
|
|
+ name: this.classTextToIndex["浦东新区行政区划"].get(
|
|
|
|
+ v.zy_town
|
|
|
|
+ ),
|
|
soil: v.c_land_area,
|
|
soil: v.c_land_area,
|
|
- water: v.c_water_area,
|
|
|
|
|
|
+ other: v.other_area,
|
|
forest: v.c_forest_area,
|
|
forest: v.c_forest_area,
|
|
- sum: v.c_land_area + v.c_water_area + v.c_forest_area
|
|
|
|
|
|
+ sum: v.c_land_area + v.other_area + v.c_forest_area,
|
|
});
|
|
});
|
|
}
|
|
}
|
|
});
|
|
});
|
|
@@ -425,22 +465,22 @@ export default {
|
|
CDataArr.sort(publicFun.compare("sum"));
|
|
CDataArr.sort(publicFun.compare("sum"));
|
|
|
|
|
|
// 按A,B,C分出各自资源的排序数组
|
|
// 按A,B,C分出各自资源的排序数组
|
|
- ADataArr.forEach(item => {
|
|
|
|
|
|
+ ADataArr.forEach((item) => {
|
|
this.AData.soil.push(item.soil);
|
|
this.AData.soil.push(item.soil);
|
|
- this.AData.water.push(item.water);
|
|
|
|
|
|
+ this.AData.other.push(item.other);
|
|
this.AData.forestry.push(item.forest);
|
|
this.AData.forestry.push(item.forest);
|
|
this.AData.categoryData.push(item.name);
|
|
this.AData.categoryData.push(item.name);
|
|
});
|
|
});
|
|
- BDataArr.forEach(item => {
|
|
|
|
|
|
+ BDataArr.forEach((item) => {
|
|
this.BData.soil.push(item.soil);
|
|
this.BData.soil.push(item.soil);
|
|
- this.BData.water.push(item.water);
|
|
|
|
|
|
+ this.BData.other.push(item.other);
|
|
this.BData.forestry.push(item.forest);
|
|
this.BData.forestry.push(item.forest);
|
|
this.BData.categoryData.push(item.name);
|
|
this.BData.categoryData.push(item.name);
|
|
});
|
|
});
|
|
|
|
|
|
- CDataArr.forEach(item => {
|
|
|
|
|
|
+ CDataArr.forEach((item) => {
|
|
this.CData.soil.push(item.soil);
|
|
this.CData.soil.push(item.soil);
|
|
- this.CData.water.push(item.water);
|
|
|
|
|
|
+ this.CData.other.push(item.other);
|
|
this.CData.forestry.push(item.forest);
|
|
this.CData.forestry.push(item.forest);
|
|
this.CData.categoryData.push(item.name);
|
|
this.CData.categoryData.push(item.name);
|
|
});
|
|
});
|
|
@@ -450,27 +490,29 @@ export default {
|
|
this.$refs.barChartRef.initEchart(
|
|
this.$refs.barChartRef.initEchart(
|
|
this.AData.categoryData,
|
|
this.AData.categoryData,
|
|
this.AData.soil,
|
|
this.AData.soil,
|
|
- this.AData.water,
|
|
|
|
- this.AData.forestry
|
|
|
|
|
|
+ this.AData.forestry,
|
|
|
|
+ this.AData.other
|
|
);
|
|
);
|
|
}
|
|
}
|
|
});
|
|
});
|
|
}
|
|
}
|
|
})
|
|
})
|
|
- .catch(error => {
|
|
|
|
|
|
+ .catch((error) => {
|
|
console.log(error, "getSourcesData");
|
|
console.log(error, "getSourcesData");
|
|
});
|
|
});
|
|
- }
|
|
|
|
|
|
+ },
|
|
},
|
|
},
|
|
created() {
|
|
created() {
|
|
|
|
+ this.classDictQuery("0", "浦东新区行政区划", "浦东新区行政区划");
|
|
|
|
+
|
|
// // 街道下拉框
|
|
// // 街道下拉框
|
|
for (let key in street) {
|
|
for (let key in street) {
|
|
this.streetOptions.push({
|
|
this.streetOptions.push({
|
|
value: street[key],
|
|
value: street[key],
|
|
- label: street[key]
|
|
|
|
|
|
+ label: street[key],
|
|
});
|
|
});
|
|
}
|
|
}
|
|
- }
|
|
|
|
|
|
+ },
|
|
};
|
|
};
|
|
</script>
|
|
</script>
|
|
<style lang="less" scoped>
|
|
<style lang="less" scoped>
|
|
@@ -748,14 +790,22 @@ export default {
|
|
transform: translate(-50%, -50%) rotate(45deg);
|
|
transform: translate(-50%, -50%) rotate(45deg);
|
|
width: 110px;
|
|
width: 110px;
|
|
height: 100px;
|
|
height: 100px;
|
|
- background: linear-gradient(to left, @commonBorderColor, @commonBorderColor) left top no-repeat,
|
|
|
|
- linear-gradient(to bottom, @commonBorderColor, @commonBorderColor) left top no-repeat,
|
|
|
|
- linear-gradient(to left, @commonBorderColor, @commonBorderColor) right top no-repeat,
|
|
|
|
- linear-gradient(to bottom, @commonBorderColor, @commonBorderColor) right top no-repeat,
|
|
|
|
- linear-gradient(to left, @commonBorderColor, @commonBorderColor) left bottom no-repeat,
|
|
|
|
- linear-gradient(to bottom, @commonBorderColor, @commonBorderColor) left bottom no-repeat,
|
|
|
|
- linear-gradient(to left, @commonBorderColor, @commonBorderColor) right bottom no-repeat,
|
|
|
|
- linear-gradient(to left, @commonBorderColor, @commonBorderColor) right bottom no-repeat;
|
|
|
|
|
|
+ background: linear-gradient(to left, @commonBorderColor, @commonBorderColor)
|
|
|
|
+ left top no-repeat,
|
|
|
|
+ linear-gradient(to bottom, @commonBorderColor, @commonBorderColor) left
|
|
|
|
+ top no-repeat,
|
|
|
|
+ linear-gradient(to left, @commonBorderColor, @commonBorderColor) right top
|
|
|
|
+ no-repeat,
|
|
|
|
+ linear-gradient(to bottom, @commonBorderColor, @commonBorderColor) right
|
|
|
|
+ top no-repeat,
|
|
|
|
+ linear-gradient(to left, @commonBorderColor, @commonBorderColor) left
|
|
|
|
+ bottom no-repeat,
|
|
|
|
+ linear-gradient(to bottom, @commonBorderColor, @commonBorderColor) left
|
|
|
|
+ bottom no-repeat,
|
|
|
|
+ linear-gradient(to left, @commonBorderColor, @commonBorderColor) right
|
|
|
|
+ bottom no-repeat,
|
|
|
|
+ linear-gradient(to left, @commonBorderColor, @commonBorderColor) right
|
|
|
|
+ bottom no-repeat;
|
|
background-size: 6px 6px, 6px 6px, 6px 6px, 6px 6px;
|
|
background-size: 6px 6px, 6px 6px, 6px 6px, 6px 6px;
|
|
}
|
|
}
|
|
}
|
|
}
|