-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Modify bookinfo #1
Conversation
LXPWing
commented
Jul 3, 2022
•
edited
Loading
edited
- redis state
- oss img
istio的bookinfo页面,我打算重构下。(官方给的不够美观) |
棒!
恩但是有几点要注意的:
|
@LXPWing Ok. 改布局要注意的是,页面右边还有评分栏(我理解你图上没有评分栏,是因为还没部署评分相关的系统? |
评分栏是调用其他数据库的,本地测试的时候没有启动。 |
明白。我意思是 改布局是可以的,记得兼容右边栏就行 |
现在已经 ready 可以review了对吧? |
评分栏在最下面独占一行,应该不会受到影响。可以review了 |
@@ -113,16 +122,28 @@ <h4 class="text-center text-primary">Book Details</h4> | |||
<dt>Language:</dt>{{ details.language }} | |||
<dt>ISBN-10:</dt>{{ details['ISBN-10'] }} | |||
<dt>ISBN-13:</dt>{{ details['ISBN-13'] }} | |||
{# show layotto state #} | |||
<dt>news feed:</dt>{{ newsMsg }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@LXPWing emmmmmm 那就限制下字数、缩小字体? |
我把news feed放到页面最下面然后做一个从右到左的滚动 效果和 https://blog.csdn.net/weixin_40845165/article/details/123629234 差不多 |
@LXPWing 啊这,所以是弹幕效果? |
👌 |