hqchart 1.1.14084 → 1.1.14093
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/umychart.vue.js +81 -83
- package/package.json +1 -1
- package/src/jscommon/umychart.DialogSearchIndex.js +429 -5
- package/src/jscommon/umychart.js +120 -269
- package/src/jscommon/umychart.resource/css/tools.css +126 -0
- package/src/jscommon/umychart.uniapp.h5/umychart.uniapp.h5.js +121 -270
- package/src/jscommon/umychart.version.js +1 -1
- package/src/jscommon/umychart.vue/umychart.vue.js +550 -275
|
@@ -2044,6 +2044,132 @@ input[type="color"] {
|
|
|
2044
2044
|
}
|
|
2045
2045
|
|
|
2046
2046
|
|
|
2047
|
+
/*
|
|
2048
|
+
Copyright (c) 2018 jones
|
|
2049
|
+
|
|
2050
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
2051
|
+
|
|
2052
|
+
开源项目 https://github.com/jones2000/HQChart
|
|
2053
|
+
|
|
2054
|
+
jones_2000@163.com
|
|
2055
|
+
|
|
2056
|
+
内置修改指标参数对话框
|
|
2057
|
+
*/
|
|
2058
|
+
|
|
2059
|
+
|
|
2060
|
+
.UMyChart_ModifyIndexParam_Dialog_Div
|
|
2061
|
+
{
|
|
2062
|
+
font-family: "微软雅黑";
|
|
2063
|
+
/*display: flex;*/
|
|
2064
|
+
border: 1px solid;
|
|
2065
|
+
width:fit-content;
|
|
2066
|
+
border-color: rgb(204,204,204);
|
|
2067
|
+
visibility:hidden;
|
|
2068
|
+
position: absolute;
|
|
2069
|
+
background-color: rgba(20,20,20,1);
|
|
2070
|
+
left:1px;
|
|
2071
|
+
top:1px;
|
|
2072
|
+
}
|
|
2073
|
+
|
|
2074
|
+
.UMyChart_ModifyIndexParam_Title_Div
|
|
2075
|
+
{
|
|
2076
|
+
padding-left: 2px;
|
|
2077
|
+
height:20px;
|
|
2078
|
+
border-bottom: 1px solid;
|
|
2079
|
+
|
|
2080
|
+
display: flex;
|
|
2081
|
+
cursor: default;
|
|
2082
|
+
user-select: none;
|
|
2083
|
+
background-color:rgb(200, 66, 69)
|
|
2084
|
+
}
|
|
2085
|
+
|
|
2086
|
+
.UMyChart_ModifyIndexParam_Name_Div
|
|
2087
|
+
{
|
|
2088
|
+
margin-left: 5px;
|
|
2089
|
+
color:rgb(250,250,250)
|
|
2090
|
+
}
|
|
2091
|
+
|
|
2092
|
+
.UMyChart_ModifyIndexParam_Close_Div
|
|
2093
|
+
{
|
|
2094
|
+
margin-left: auto;
|
|
2095
|
+
padding-right: 4px;
|
|
2096
|
+
cursor:pointer;
|
|
2097
|
+
color:rgb(180,180,180)
|
|
2098
|
+
}
|
|
2099
|
+
|
|
2100
|
+
.UMyChart_ModifyIndexParam_Table_Div
|
|
2101
|
+
{
|
|
2102
|
+
min-height:100px;
|
|
2103
|
+
max-height: 500px;
|
|
2104
|
+
width: 270px;
|
|
2105
|
+
overflow-y:auto; /*纵向滚动条始终显示 */
|
|
2106
|
+
}
|
|
2107
|
+
|
|
2108
|
+
.UMyChart_ModifyIndexParam_Table
|
|
2109
|
+
{
|
|
2110
|
+
border-spacing: 4px;
|
|
2111
|
+
user-select: none;
|
|
2112
|
+
font-size:13px;
|
|
2113
|
+
width: 100%;
|
|
2114
|
+
}
|
|
2115
|
+
|
|
2116
|
+
.UMyChart_ModifyIndexParam_Tbody
|
|
2117
|
+
{
|
|
2118
|
+
|
|
2119
|
+
}
|
|
2120
|
+
|
|
2121
|
+
.UMyChart_ModifyIndexParam_Tr
|
|
2122
|
+
{
|
|
2123
|
+
height: 25px;
|
|
2124
|
+
}
|
|
2125
|
+
|
|
2126
|
+
.UMyChart_ModifyIndexParam_Name_Td
|
|
2127
|
+
{
|
|
2128
|
+
width: 50px;
|
|
2129
|
+
}
|
|
2130
|
+
|
|
2131
|
+
|
|
2132
|
+
.UMyChart_ModifyIndexParam_Name_Span
|
|
2133
|
+
{
|
|
2134
|
+
margin-left: 10px;
|
|
2135
|
+
}
|
|
2136
|
+
|
|
2137
|
+
.UMyChart_ModifyIndexParam_Value_Td
|
|
2138
|
+
{
|
|
2139
|
+
|
|
2140
|
+
}
|
|
2141
|
+
|
|
2142
|
+
.UMyChart_ModifyIndexParam_Input
|
|
2143
|
+
{
|
|
2144
|
+
margin-left: 10px;
|
|
2145
|
+
margin-right: 10px;
|
|
2146
|
+
border:0.5px solid;
|
|
2147
|
+
line-height: 16px;
|
|
2148
|
+
background-color: transparent;
|
|
2149
|
+
width: 60px;
|
|
2150
|
+
}
|
|
2151
|
+
|
|
2152
|
+
.UMyChart_ModifyIndexParam_Button_Div
|
|
2153
|
+
{
|
|
2154
|
+
border-top: 1px solid #ccc;
|
|
2155
|
+
padding: 4px 14px;
|
|
2156
|
+
display: flex;
|
|
2157
|
+
justify-content: space-between;
|
|
2158
|
+
align-items: center;
|
|
2159
|
+
}
|
|
2160
|
+
|
|
2161
|
+
.UMyChart_ModifyIndexParam_Button_Div button
|
|
2162
|
+
{
|
|
2163
|
+
font-size: 12px;
|
|
2164
|
+
padding: 2px 10px 3px;
|
|
2165
|
+
border-radius: 10px;
|
|
2166
|
+
border: 1px solid #ccc;
|
|
2167
|
+
cursor: pointer;
|
|
2168
|
+
}
|
|
2169
|
+
|
|
2170
|
+
|
|
2171
|
+
|
|
2172
|
+
|
|
2047
2173
|
|
|
2048
2174
|
|
|
2049
2175
|
|