diff --git a/static/custom/css/index.css b/static/custom/css/index.css index 543184a..75fa817 100644 --- a/static/custom/css/index.css +++ b/static/custom/css/index.css @@ -1525,7 +1525,7 @@ .YJ-custom-base-dialog>.content .cy_datalist dl dd.active { color: rgba(var(--color-sdk-base-rgb)) !important; - background-color: rgba(var(--color-sdk-base-rgb), 0.2); + /* background-color: rgba(var(--color-sdk-base-rgb), 0.2); */ } .YJ-custom-base-dialog>.content .cy_datalist dl dd.active svg { @@ -2699,21 +2699,21 @@ .YJ-custom-base-dialog.polyline>.content>div .input-select-line-type-box .cy_datalist i.icon { display: inline-block; width: 22px; - height: 10px; - margin-right: 5px; + height: 13px; + margin-right: 7px; } .YJ-custom-base-dialog.polyline>.content>div .input-select-line-type-box .cy_datalist i.line { - border: 1px solid rgba(255, 255, 255, 1); + border: 1px solid rgba(var(--color-sdk-base-rgb), 1); height: 0px; margin-top: 4px; } .YJ-custom-base-dialog.polyline>.content>div .input-select-line-type-box .cy_datalist i.dash-line { - border: 1px dashed rgba(255, 255, 255, 1); + border: 1px dashed rgba(var(--color-sdk-base-rgb), 1); height: 0px; margin-top: 4px; } .YJ-custom-base-dialog.polyline>.content>div .input-select-line-type-box .cy_datalist i.light-line { - border: 1px solid rgba(255, 255, 255, 1); + border: 1px solid rgba(var(--color-sdk-base-rgb), 1); height: 0px; margin-top: 4px; box-shadow: 0 0 3px #fff @@ -2727,34 +2727,39 @@ background-size: 100% 100%; } .YJ-custom-base-dialog.polyline>.content>div .input-select-line-type-box .cy_datalist i.flow-dash-line1 { - border: 1px dashed rgba(255, 255, 255, 1); + border: 1px dashed rgba(var(--color-sdk-base-rgb), 1); height: 0px; margin-top: 4px; } .YJ-custom-base-dialog.polyline>.content>div .input-select-line-type-box .cy_datalist i.flow-dash-line2 { - border: 1px dashed rgba(255, 255, 255, 1); + border: 1px dashed rgba(var(--color-sdk-base-rgb), 1); height: 0px; margin-top: 4px; } .YJ-custom-base-dialog.polyline>.content>div .input-select-line-type-box .cy_datalist i.pic-line1 { - background: url(../../img/arrow/1.png) 100% 100% no-repeat; - background-size: 100% 100%; + background: url(../../img/arrow/1.png); + background-size: cover; + background-position: center; } .YJ-custom-base-dialog.polyline>.content>div .input-select-line-type-box .cy_datalist i.pic-line2 { - background: url(../../img/arrow/2.png) 100% 100% no-repeat; - background-size: 100% 100%; + background: url(../../img/arrow/2.png); + background-size: cover; + background-position: center; } .YJ-custom-base-dialog.polyline>.content>div .input-select-line-type-box .cy_datalist i.pic-line3 { - background: url(../../img/arrow/3.png) 100% 100% no-repeat; - background-size: 100% 100%; + background: url(../../img/arrow/3.png); + background-size: cover; + background-position: center; } .YJ-custom-base-dialog.polyline>.content>div .input-select-line-type-box .cy_datalist i.pic-line4 { - background: url(../../img/arrow/4.png) 100% 100% no-repeat; - background-size: 100% 100%; + background: url(../../img/arrow/4.png) ; + background-size: cover; + background-position: center; } .YJ-custom-base-dialog.polyline>.content>div .input-select-line-type-box .cy_datalist i.pic-line5 { - background: url(../../img/arrow/5.png) 100% 100% no-repeat; - background-size: 100% 100%; + background: url(../../img/arrow/5.png); + background-size: cover; + background-position: center; } .YJ-custom-base-dialog.polyline>.content>div .input-select-line-type-box .cy_datalist i.pic-line6 { background: url(../../img/arrow/6.png) 100% 100% no-repeat; diff --git a/static/img/arrow/1.png b/static/img/arrow/1.png index 62d84a0..0a4a5ae 100644 Binary files a/static/img/arrow/1.png and b/static/img/arrow/1.png differ diff --git a/static/img/arrow/11.png b/static/img/arrow/11.png deleted file mode 100644 index 650bc1f..0000000 Binary files a/static/img/arrow/11.png and /dev/null differ diff --git a/static/img/arrow/2.png b/static/img/arrow/2.png index b20bf3f..3e8967e 100644 Binary files a/static/img/arrow/2.png and b/static/img/arrow/2.png differ diff --git a/static/img/arrow/222 (2).png b/static/img/arrow/222 (2).png new file mode 100644 index 0000000..b20bf3f Binary files /dev/null and b/static/img/arrow/222 (2).png differ diff --git a/static/img/arrow/222.png b/static/img/arrow/222.png deleted file mode 100644 index a92774d..0000000 Binary files a/static/img/arrow/222.png and /dev/null differ diff --git a/static/img/arrow/3.png b/static/img/arrow/3.png index 7da948e..01d363e 100644 Binary files a/static/img/arrow/3.png and b/static/img/arrow/3.png differ diff --git a/static/img/arrow/33.png b/static/img/arrow/33.png deleted file mode 100644 index ffd053d..0000000 Binary files a/static/img/arrow/33.png and /dev/null differ diff --git a/static/img/arrow/333.png b/static/img/arrow/333.png new file mode 100644 index 0000000..7da948e Binary files /dev/null and b/static/img/arrow/333.png differ diff --git a/static/img/arrow/4.png b/static/img/arrow/4.png index 935d8ab..f126d66 100644 Binary files a/static/img/arrow/4.png and b/static/img/arrow/4.png differ diff --git a/static/img/arrow/44.png b/static/img/arrow/44.png deleted file mode 100644 index b3cbe70..0000000 Binary files a/static/img/arrow/44.png and /dev/null differ diff --git a/static/img/arrow/444.png b/static/img/arrow/444.png new file mode 100644 index 0000000..935d8ab Binary files /dev/null and b/static/img/arrow/444.png differ diff --git a/static/img/arrow/5.png b/static/img/arrow/5.png index bd1fa7f..da51e98 100644 Binary files a/static/img/arrow/5.png and b/static/img/arrow/5.png differ diff --git a/static/img/arrow/55.png b/static/img/arrow/55.png deleted file mode 100644 index 374af4a..0000000 Binary files a/static/img/arrow/55.png and /dev/null differ diff --git a/static/img/arrow/555.png b/static/img/arrow/555.png new file mode 100644 index 0000000..bd1fa7f Binary files /dev/null and b/static/img/arrow/555.png differ diff --git a/static/img/arrow/6.png b/static/img/arrow/6.png index 7eb7923..bda2525 100644 Binary files a/static/img/arrow/6.png and b/static/img/arrow/6.png differ diff --git a/static/img/arrow/666.png b/static/img/arrow/666.png new file mode 100644 index 0000000..7eb7923 Binary files /dev/null and b/static/img/arrow/666.png differ diff --git a/static/img/arrow/分组 79.png b/static/img/arrow/分组 79.png new file mode 100644 index 0000000..6651e8f Binary files /dev/null and b/static/img/arrow/分组 79.png differ