From b00c5aa25f18a8df540f96e008da321250380952 Mon Sep 17 00:00:00 2001 From: toxicaker Date: Sat, 18 Aug 2018 10:01:05 +0800 Subject: [PATCH] fix: prograss bar --- templates/company.html | 4 ++-- templates/index.html | 4 ++-- templates/search.html | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/templates/company.html b/templates/company.html index 92bbfa7..8b729c2 100755 --- a/templates/company.html +++ b/templates/company.html @@ -146,8 +146,8 @@

{{ company_name }}

style="display: inline-block;width: 100px;height:10px;margin-bottom: 0;">
+ aria-valuemin="0" aria-valuemax="7.54" + style="width: {{ (p['frequency'] / 7.54)*100 }}%"> 40% Complete (success)
diff --git a/templates/index.html b/templates/index.html index d9c083b..87a3587 100755 --- a/templates/index.html +++ b/templates/index.html @@ -152,8 +152,8 @@

LeetCode Problems

style="display: inline-block;width: 100px;height:10px;margin-bottom: 0;">
+ aria-valuemin="0" aria-valuemax="7.54" + style="width: {{ (p['frequency'] / 7.54)*100 }}%"> 40% Complete (success)
diff --git a/templates/search.html b/templates/search.html index 57143f8..eed1093 100755 --- a/templates/search.html +++ b/templates/search.html @@ -125,8 +125,8 @@

LeetCode Problems

style="display: inline-block;width: 100px;height:10px;margin-bottom: 0;">
+ aria-valuemin="0" aria-valuemax="7.54" + style="width: {{ (p['frequency'] / 7.54)*100 }}%"> 40% Complete (success)