Skip to content

Commit

Permalink
升级组件
Browse files Browse the repository at this point in the history
  • Loading branch information
myhhub committed Oct 12, 2024
1 parent 095fe62 commit 5abce74
Show file tree
Hide file tree
Showing 10 changed files with 495 additions and 475 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 基础镜像
# https://hub.docker.com/_/python/tags?page=1&name=3.11.9-slim-bullseye
FROM docker.io/python:3.11.9-slim-bullseye
# https://hub.docker.com/_/python/tags?page=1&name=3.11.10-slim-bullseye
FROM docker.io/python:3.11.10-slim-bullseye

MAINTAINER myh
#增加语言utf-8
Expand Down
20 changes: 16 additions & 4 deletions instock/web/static/css/gc.spread.sheets.excel2013white.css
Original file line number Diff line number Diff line change
Expand Up @@ -546,10 +546,6 @@
.gc-filter-disable-item i:hover {
color: #c4bec2;
}
.gc-filter-disable-item.gc-filter-hover {
background-color: transparent;
border: 1px solid #c5c5c5;
}

.gc-search-outer-div {
border: none;
Expand Down Expand Up @@ -5562,6 +5558,9 @@ div[gcUIElement=gcSpread] .gc-base-spread-div {
display: flex;
width: fit-content;
}
.gc-defined-column-container .gc-defined-column-checkbox-container .gc-defined-column-checkbox-item-container:focus {
outline: none;
}
.gc-defined-column-container .gc-defined-column-checkbox-container .gc-defined-column-check-container {
align-self: center;
}
Expand Down Expand Up @@ -5607,6 +5606,10 @@ div[gcUIElement=gcSpread] .gc-base-spread-div {
.gc-defined-column-container sjs-select.gc-define-column-invalid {
--sjs-theme-border-color: var(--sjs-dc-invalid-color);
}
.gc-defined-column-container sjs-select::part(container) {
--sjs-dp-root-height: 32px;
--sjs-dp-value-root-height: 30px;
}
.gc-defined-column-container sjs-color-picker.gc-defined-column-field-input-container-input {
display: block;
}
Expand Down Expand Up @@ -5647,6 +5650,9 @@ div[gcUIElement=gcSpread] .gc-base-spread-div {
.gc-defined-column-container .gc-defined-column-list-container .gc-defined-column-list-item-container.gc-defined-column-list-item-selected {
background-color: var(--sjs-dc-hover-background-color);
}
.gc-defined-column-container .gc-defined-column-list-container .gc-defined-column-list-item-container:focus {
outline: none;
}
.gc-defined-column-container .gc-defined-column-list-container .gc-defined-column-list-item-container .gc-defined-column-list-item-text,
.gc-defined-column-container .gc-defined-column-list-container .gc-defined-column-list-item-container .gc-defined-column-list-item-value {
height: 17px;
Expand Down Expand Up @@ -5901,6 +5907,9 @@ div[gcUIElement=gcSpread] .gc-base-spread-div {
}
.gc-defined-column-container .gc-defined-column-barcode-options-container .gc-defined-column-field-item-small-container {
grid-column: span 2;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.gc-defined-column-container .gc-defined-column-attachment-margins-container {
display: grid;
Expand All @@ -5921,6 +5930,9 @@ div[gcUIElement=gcSpread] .gc-base-spread-div {
cursor: pointer;
opacity: 0.75;
}
.gc-defined-column-container .gc-defined-column-tab-item-container:focus {
outline: none;
}
.gc-defined-column-container .gc-defined-column-tab-item-container:hover {
opacity: 1;
}
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions instock/web/static/js/gc.spread.excelio.min.js

Large diffs are not rendered by default.

36 changes: 18 additions & 18 deletions instock/web/static/js/gc.spread.sheets.all.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion instock/web/static/js/gc.spread.sheets.resources.zh.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions instock/web/static/js/gc.spread.sheets.tablesheet.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions instock/web/templates/stock_indicators.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% extends "layout/indicators.html" %}
{% block main_content %}
<script type="text/javascript" src="/static/js/bokeh-3.5.1.min.js"></script>
<script type="text/javascript" src="/static/js/bokeh-widgets-3.5.1.min.js"></script>
<script type="text/javascript" src="/static/js/bokeh-3.6.0.min.js"></script>
<script type="text/javascript" src="/static/js/bokeh-widgets-3.6.0.min.js"></script>
<script type="text/javascript">
Bokeh.set_log_level("error");
function attention(code,obj){
Expand Down
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
numpy==1.26.4
pandas==2.2.2
pandas==2.2.3
py_mini_racer==0.6.0
TA_Lib==0.4.32
arrow==1.3.0
bokeh==3.5.1
bokeh==3.6.0
PyMySQL==1.1.1
requests==2.32.3
Logbook==1.7.0.post0
SQLAlchemy==2.0.32
SQLAlchemy==2.0.35
tornado==6.4.1
tqdm==4.66.5
easytrader==0.23.0
beautifulsoup4==4.12.3
pycryptodome==3.20.0
pycryptodome==3.21.0
python_dateutil==2.9.0.post0

0 comments on commit 5abce74

Please sign in to comment.